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

Testing ci

parent 94546899
No related branches found
No related tags found
1 merge request!6Issue 8 remove database configuration
Pipeline #
......@@ -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 --force-reinstall --no-index --pre dist/*.whl
- pip install --use-wheel --upgrade --force-reinstall --no-index --pre dist/*.whl
script:
- cd ${CONDA_PREFIX}
- python -c "from ${CI_PROJECT_NAME} import get_config; print(get_config())"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment