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

Temporary ci

parent 4de8a012
No related branches found
No related tags found
1 merge request!6Issue 8 remove database configuration
Pipeline #
...@@ -79,7 +79,7 @@ variables: ...@@ -79,7 +79,7 @@ variables:
before_script: before_script:
- ./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}
- pip install --use-wheel --no-index --pre dist/*.whl - pip install --use-wheel --force-reinstall --no-index --pre dist/*.whl
script: script:
- cd ${CONDA_PREFIX} - cd ${CONDA_PREFIX}
- python -c "from ${CI_PROJECT_NAME} import get_config; print(get_config())" - python -c "from ${CI_PROJECT_NAME} import get_config; print(get_config())"
...@@ -254,4 +254,4 @@ test_macosx_35: ...@@ -254,4 +254,4 @@ test_macosx_35:
dependencies: dependencies:
- build_macosx_35 - build_macosx_35
tags: tags:
- conda-macosx - conda-macosx
\ No newline at end of file
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