Skip to content

Commit

Permalink
Fix micromamba version number
Browse files Browse the repository at this point in the history
  • Loading branch information
romain-intel committed Sep 26, 2024
1 parent 265f446 commit a00d014
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
os: [ ubuntu-latest, macos-latest ]
python-version: [ "3.8", "3.10", "3.12" ]
resolver: [ mamba, conda, micromamba ]
mamba-version: [ "1.5.10", "latest" ]
mamba-version: [ "1.5.10-0", "latest" ]
env:
METAFLOW_CONDA_DEPENDENCY_RESOLVER: ${{ matrix.resolver }}
METAFLOW_CONDA_TEST: 1
Expand Down

0 comments on commit a00d014

Please sign in to comment.