Skip to content

Commit

Permalink
Update test
Browse files Browse the repository at this point in the history
  • Loading branch information
dbast committed Feb 27, 2024
1 parent f24fa9c commit 80b1c58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/example-13.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ jobs:
shell: bash -el {0}
run: conda create -n unused --dry-run zlib
- name: Run mamba
if: matrix.variant != 'Miniconda'
if: matrix.variant == 'Miniforge3' || matrix.variant == 'Mambaforge'
shell: bash -el {0}
run: mamba --version
- name: Install Python
Expand Down

0 comments on commit 80b1c58

Please sign in to comment.