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

Reverted to the old ci

parent 7c667ab4
No related branches found
No related tags found
1 merge request!1Standarization
Pipeline #
...@@ -34,7 +34,6 @@ variables: ...@@ -34,7 +34,6 @@ variables:
variables: &build_variables variables: &build_variables
BOB_DOCUMENTATION_SERVER: "http://www.idiap.ch/software/bob/docs/latest/bob/%s/master/" BOB_DOCUMENTATION_SERVER: "http://www.idiap.ch/software/bob/docs/latest/bob/%s/master/"
script: script:
- ./bin/buildout -c buildout-before-patch.cfg - ./bin/buildout -c buildout-before-patch.cfg
- wget https://www.idiap.ch/software/bob/databases/latest/PythonFaceEvaluation.tar.bz2 - wget https://www.idiap.ch/software/bob/databases/latest/PythonFaceEvaluation.tar.bz2
- mkdir PythonFaceEvaluation - mkdir PythonFaceEvaluation
...@@ -82,6 +81,7 @@ variables: ...@@ -82,6 +81,7 @@ variables:
.test_template: &test_job .test_template: &test_job
stage: test stage: test
before_script: before_script:
- 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} opencv==2.4.12 pillow==2.9.0 - conda install --yes -c conda-forge -p ${CONDA_PREFIX} opencv==2.4.12 pillow==2.9.0
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment