Skip to content

Commit 94086d6

Browse files
[ci] rename env files so github actions does not think they are tasks
1 parent ac08707 commit 94086d6

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed
File renamed without changes.

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
- uses: mamba-org/setup-micromamba@v1
3232
with:
3333
environment-name: ciao
34-
environment-file: .github/workflows/ciao-conda-env.yml
34+
environment-file: .github/workflows/ciao-conda.env
3535
cache-environment: false
3636
cache-downloads: true
3737

@@ -184,7 +184,7 @@ jobs:
184184
- uses: mamba-org/setup-micromamba@v1
185185
with:
186186
environment-name: hea
187-
environment-file: .github/workflows/xspec-conda-env.yml
187+
environment-file: .github/workflows/xspec-conda.env
188188
cache-environment: false
189189
cache-downloads: true
190190

File renamed without changes.

0 commit comments

Comments
 (0)