Skip to content

Commit 165cdae

Browse files
committed
Install mamba in appropriate test job
1 parent f2dfbd1 commit 165cdae

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,7 @@ jobs:
8484
run: |
8585
conda activate test_gator
8686
conda install -n test_gator --file requirements_dev.txt
87+
conda install -n test_gator mamba
8788
python setup.py develop --skip-npm
8889
# Check pip dependencies
8990
python -m pip check
@@ -211,7 +212,6 @@ jobs:
211212
activate-environment: test_gator
212213
auto-update-conda: true
213214
channels: conda-forge
214-
mamba-version: "*"
215215
python-version: "3.7"
216216
show-channel-urls: true
217217
use-only-tar-bz2: true
@@ -220,7 +220,7 @@ jobs:
220220
run: |
221221
conda activate test_gator
222222
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
224224
yarn install
225225
python -m pip install -e .
226226
# Check pip dependencies

0 commit comments

Comments
 (0)