We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 245d30b commit 420b371Copy full SHA for 420b371
.gitlab-ci.yml
@@ -11,7 +11,7 @@ variables:
11
# set up basic job
12
.runtests:
13
before_script:
14
- - "mamba create --prefix /root/rsmenv -c conda-forge -c ets --file requirements.txt python=${PYVERSION} --yes --quiet"
+ - "mamba create --prefix /root/rsmenv -c conda-forge -c ets --file requirements.txt python=${PYVERSION} --yes"
15
- /root/rsmenv/bin/pip install -e .
16
- echo "import os" > sitecustomize.py
17
- echo "try:" >> sitecustomize.py
0 commit comments