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 0fd3f97 commit 0177f47Copy full SHA for 0177f47
.github/workflows/build-and-test.yml
@@ -40,7 +40,6 @@ jobs:
40
uses: conda-incubator/setup-miniconda@v2
41
with:
42
environment-file: scripts/environment.yml
43
- miniforge-variant: Mambaforge
44
use-mamba: true
45
- name: Create installer
46
run: |
@@ -102,7 +101,6 @@ jobs:
102
101
103
104
105
106
107
- name: Create release notes
108
.github/workflows/release.yaml
@@ -25,7 +25,6 @@ jobs:
25
26
27
28
29
30
- name: Create release
31
0 commit comments