Skip to content

Commit

Permalink
Merge pull request #61 from yurujaja/fix-tests-mamba
Browse files Browse the repository at this point in the history
Fix mamba version for testing
  • Loading branch information
KerekesDavid authored Sep 26, 2024
2 parents 4d2a877 + 782e8cc commit 98fe196
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
- name: Create environment with mamba
uses: conda-incubator/setup-miniconda@v3
with:
mamba-version: "*"
mamba-version: "1.5.10"
channels: pytorch, nvidia, conda-forge
auto-activate-base: false
activate-environment: gfm-bench8
Expand Down

0 comments on commit 98fe196

Please sign in to comment.