File tree Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Original file line number Diff line number Diff line change 1
- image : continuumio/miniconda3 :latest
1
+ image : condaforge/mambaforge :latest
2
2
3
3
stages :
4
4
- test
@@ -11,7 +11,7 @@ variables:
11
11
# set up basic job
12
12
.runtests :
13
13
before_script :
14
- - " conda 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 --quiet"
15
15
- /root/rsmenv/bin/pip install -e .
16
16
- echo "import os" > sitecustomize.py
17
17
- echo "try:" >> sitecustomize.py
Original file line number Diff line number Diff line change 1
- coverage
2
1
codecov
3
2
doc2dash
4
3
ipython
8
7
numpy
9
8
openpyxl
10
9
pandas
11
- parameterized
12
10
pre-commit
13
11
seaborn
14
12
shap == 0.42.1
You can’t perform that action at this time.
0 commit comments