trying with micromamba

This commit is contained in:
2025-02-03 17:46:50 +01:00
parent 6758f3cc6d
commit 2321dc0487

View File

@@ -10,7 +10,7 @@ run_tests:
stage: test
before_script:
- echo "$CI_BUILDS_DIR"
- source /home/gitlab-runner/miniconda3/bin/activate cristallina
- /home/gitlab-runner/bin/micromamba activate cristallina
- echo `pwd`
- pip install -e .
script:
@@ -23,7 +23,7 @@ pages:
stage: deploy
before_script:
- echo "$CI_BUILDS_DIR"
- source /home/gitlab-runner/miniconda3/bin/activate cristallina
- /home/gitlab-runner/bin/micromamba activate cristallina
script:
- tox -e docs
- mv docs/_build/html/ public/