Skip to content
Snippets Groups Projects
Commit 4c4888bd authored by Tiago de Freitas Pereira's avatar Tiago de Freitas Pereira
Browse files

Reverted to the old ci

parent 42651229
No related branches found
No related tags found
1 merge request!1Standarization
Pipeline #
...@@ -84,7 +84,7 @@ variables: ...@@ -84,7 +84,7 @@ variables:
- sed 1d -i requirements.txt # GAMBIT to remove pillow<3 - sed 1d -i requirements.txt # GAMBIT to remove pillow<3
- ./bootstrap-conda.sh ${CONDA_FOLDER} ${PYTHON_VER} ${CONDA_PREFIX} - ./bootstrap-conda.sh ${CONDA_FOLDER} ${PYTHON_VER} ${CONDA_PREFIX}
- source ${CONDA_FOLDER}/bin/activate ${CONDA_PREFIX} - source ${CONDA_FOLDER}/bin/activate ${CONDA_PREFIX}
- conda install --yes -c conda-forge -p ${CONDA_PREFIX} jpeg opencv==2.4.12 pillow==2.9.0 - conda install --yes -c conda-forge -p ${CONDA_PREFIX} jpeg==9b opencv==2.4.12 pillow==2.9.0
- pip install --use-wheel --no-index --pre dist/*.whl - pip install --use-wheel --no-index --pre dist/*.whl
script: script:
- cd ${CONDA_PREFIX} - cd ${CONDA_PREFIX}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment