We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ea0e026 commit 6ac72a2Copy full SHA for 6ac72a2
1 file changed
.github/workflows/test-envs.yml
@@ -19,4 +19,4 @@ jobs:
19
with:
20
miniforge-version: latest
21
activate-environment: test
22
- - run: mamba env create -f ${{ matrix.path }}/${{ matrix.env }} --dry-run
+ - run: conda env create -f ${{ matrix.path }}/${{ matrix.env }} --dry-run
0 commit comments