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 ac08707 commit 94086d6Copy full SHA for 94086d6
.github/workflows/ciao-conda-env.yml renamed to .github/workflows/ciao-conda.env
.github/workflows/test.yml
@@ -31,7 +31,7 @@ jobs:
31
- uses: mamba-org/setup-micromamba@v1
32
with:
33
environment-name: ciao
34
- environment-file: .github/workflows/ciao-conda-env.yml
+ environment-file: .github/workflows/ciao-conda.env
35
cache-environment: false
36
cache-downloads: true
37
@@ -184,7 +184,7 @@ jobs:
184
185
186
environment-name: hea
187
- environment-file: .github/workflows/xspec-conda-env.yml
+ environment-file: .github/workflows/xspec-conda.env
188
189
190
.github/workflows/xspec-conda-env.yml renamed to .github/workflows/xspec-conda.env
0 commit comments