Skip to content

Commit

Permalink
Install mamba in appropriate test job
Browse files Browse the repository at this point in the history
  • Loading branch information
fcollonval committed Apr 14, 2021
1 parent f2dfbd1 commit 095cd35
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,13 +77,15 @@ jobs:
activate-environment: test_gator
auto-update-conda: true
channels: conda-forge
mamba-version: "*"
python-version: ${{ matrix.python-version }}
show-channel-urls: true
use-only-tar-bz2: true
- name: Install dependencies
run: |
conda activate test_gator
conda install -n test_gator --file requirements_dev.txt
mamba install -n test_gator --file requirements_dev.txt
mamba install -n test_gator mamba
python setup.py develop --skip-npm
# Check pip dependencies
python -m pip check
Expand Down Expand Up @@ -220,7 +222,7 @@ jobs:
run: |
conda activate test_gator
mamba install -n test_gator --file requirements_dev.txt
conda install -n test_gator coveralls jupyterlab=3
mamba install -n test_gator coveralls jupyterlab=3 mamba
yarn install
python -m pip install -e .
# Check pip dependencies
Expand Down

0 comments on commit 095cd35

Please sign in to comment.