Skip to content

Commit 245d30b

Browse files
Tamar Laveedesilinguist
Tamar Lavee
authored andcommitted
clean up requirement and use mambafirge in gitlab ci
1 parent ae1b3d3 commit 245d30b

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

.gitlab-ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
image: continuumio/miniconda3:latest
1+
image: condaforge/mambaforge:latest
22

33
stages:
44
- test
@@ -11,7 +11,7 @@ variables:
1111
# set up basic job
1212
.runtests:
1313
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"
1515
- /root/rsmenv/bin/pip install -e .
1616
- echo "import os" > sitecustomize.py
1717
- echo "try:" >> sitecustomize.py

requirements.txt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
coverage
21
codecov
32
doc2dash
43
ipython
@@ -8,7 +7,6 @@ notebook
87
numpy
98
openpyxl
109
pandas
11-
parameterized
1210
pre-commit
1311
seaborn
1412
shap==0.42.1

0 commit comments

Comments
 (0)