Skip to content

Commit 420b371

Browse files
committed
chore: do not use quiet mode for mamba
1 parent 245d30b commit 420b371

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.gitlab-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ variables:
1111
# set up basic job
1212
.runtests:
1313
before_script:
14-
- "mamba create --prefix /root/rsmenv -c conda-forge -c ets --file requirements.txt python=${PYVERSION} --yes --quiet"
14+
- "mamba create --prefix /root/rsmenv -c conda-forge -c ets --file requirements.txt python=${PYVERSION} --yes"
1515
- /root/rsmenv/bin/pip install -e .
1616
- echo "import os" > sitecustomize.py
1717
- echo "try:" >> sitecustomize.py

0 commit comments

Comments
 (0)