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 ab63739 commit adb04c0Copy full SHA for adb04c0
.github/workflows/generate_coverage.yaml
@@ -62,6 +62,19 @@ jobs:
62
sudo apt-get install lcov
63
64
- name: Setup miniconda
65
+ id: setup_miniconda
66
+ continue-on-error: true
67
+ uses: conda-incubator/setup-miniconda@d2e6a045a86077fb6cad6f5adf368e9076ddaa8d # v3.1.0
68
+ with:
69
+ miniforge-version: latest
70
+ use-mamba: 'true'
71
+ channels: conda-forge
72
+ conda-remove-defaults: 'true'
73
+ python-version: ${{ env.python-ver }}
74
+ activate-environment: 'coverage'
75
+
76
+ - name: ReSetup miniconda
77
+ if: steps.setup_miniconda.outcome == 'failure'
78
uses: conda-incubator/setup-miniconda@d2e6a045a86077fb6cad6f5adf368e9076ddaa8d # v3.1.0
79
with:
80
miniforge-version: latest
0 commit comments