File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 84
84
run : |
85
85
conda activate test_gator
86
86
conda install -n test_gator --file requirements_dev.txt
87
+ conda install -n test_gator mamba
87
88
python setup.py develop --skip-npm
88
89
# Check pip dependencies
89
90
python -m pip check
@@ -211,7 +212,6 @@ jobs:
211
212
activate-environment : test_gator
212
213
auto-update-conda : true
213
214
channels : conda-forge
214
- mamba-version : " *"
215
215
python-version : " 3.7"
216
216
show-channel-urls : true
217
217
use-only-tar-bz2 : true
@@ -220,7 +220,7 @@ jobs:
220
220
run : |
221
221
conda activate test_gator
222
222
mamba install -n test_gator --file requirements_dev.txt
223
- conda install -n test_gator coveralls jupyterlab=3
223
+ conda install -n test_gator coveralls jupyterlab=3 mamba
224
224
yarn install
225
225
python -m pip install -e .
226
226
# Check pip dependencies
You can’t perform that action at this time.
0 commit comments