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 fec54b6 commit dcaef80Copy full SHA for dcaef80
.github/workflows/test.yml
@@ -22,7 +22,7 @@ jobs:
22
with:
23
fetch-depth: 0
24
- name: Setup mamba
25
- uses: conda-incubator/setup-miniconda@v2
+ uses: conda-incubator/setup-miniconda@v3
26
id: setup_mamba
27
continue-on-error: true
28
@@ -35,7 +35,7 @@ jobs:
35
activate-environment: graphblas
36
auto-activate-base: false
37
- name: Setup conda
38
39
id: setup_conda
40
if: steps.setup_mamba.outcome == 'failure'
41
continue-on-error: false
0 commit comments