Skip to content

Commit

Permalink
Pin to mamba 0.20.0
Browse files Browse the repository at this point in the history
At 0.21 we start running into build failures.

See #69
  • Loading branch information
hinerm committed May 5, 2022
1 parent dd2ed56 commit 000ca34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
echo $CONDA/bin >> $GITHUB_PATH
- name: Install mamba
run: |
conda install -c conda-forge mamba
conda install -c conda-forge mamba=0.20.0
- name: Install dependencies
run: |
mamba env update --file environment-test.yml --name base
Expand Down

0 comments on commit 000ca34

Please sign in to comment.