From 5f6d61aaca060ea1db69c06c23eec76d369f6e7e Mon Sep 17 00:00:00 2001 From: Tiago Freitas Pereira <tiagofrepereira@gmail.com> Date: Sat, 10 Sep 2016 15:11:05 +0200 Subject: [PATCH] Temporary ci --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index c335d280..3e13dba8 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -79,7 +79,7 @@ variables: before_script: - ./bootstrap-conda.sh ${CONDA_FOLDER} ${PYTHON_VER} ${CONDA_PREFIX} - source ${CONDA_FOLDER}/bin/activate ${CONDA_PREFIX} - - pip install --use-wheel --no-index --pre dist/*.whl + - pip install --use-wheel --force-reinstall --no-index --pre dist/*.whl script: - cd ${CONDA_PREFIX} - python -c "from ${CI_PROJECT_NAME} import get_config; print(get_config())" @@ -254,4 +254,4 @@ test_macosx_35: dependencies: - build_macosx_35 tags: - - conda-macosx \ No newline at end of file + - conda-macosx -- GitLab