Skip to content

Commit

Permalink
set correct path
Browse files Browse the repository at this point in the history
  • Loading branch information
d-chambers committed Nov 17, 2024
1 parent aa5b27a commit f4523b0
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/on_master_commits.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,12 @@ jobs:
- uses: mamba-org/setup-micromamba@v1
with:
micromamba-version: '2.0.2-2' # versions: https://github.com/mamba-org/micromamba-releases
environment-file: .github/workflows/test_conda_env.yml
environment-file: '.github/test_conda_env.yml'
init-shell: >-
bash
powershell
cache-environment: true
post-cleanup: 'none'
post-cleanup: 'all'

# Not sure why this is needed but it appears to be the case
- name: fix env
Expand Down Expand Up @@ -70,12 +70,12 @@ jobs:
- uses: mamba-org/setup-micromamba@v1
with:
micromamba-version: '2.0.2-2' # versions: https://github.com/mamba-org/micromamba-releases
environment-file: .github/workflows/test_conda_env.yml
environment-file: '.github/test_conda_env.yml'
init-shell: >-
bash
powershell
cache-environment: true
post-cleanup: 'none'
post-cleanup: 'all'

# Not sure why this is needed but it appears to be the case
- name: fix env
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/release_published.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,12 @@ jobs:
- uses: mamba-org/setup-micromamba@v1
with:
micromamba-version: '2.0.2-2' # versions: https://github.com/mamba-org/micromamba-releases
environment-file: .github/workflows/test_conda_env.yml
environment-file: '.github/test_conda_env.yml'
init-shell: >-
bash
powershell
cache-environment: true
post-cleanup: 'none'
post-cleanup: 'all'

# Not sure why this is needed but it appears to be the case
- name: fix env
Expand Down Expand Up @@ -61,12 +61,12 @@ jobs:
- uses: mamba-org/setup-micromamba@v1
with:
micromamba-version: '2.0.2-2' # versions: https://github.com/mamba-org/micromamba-releases
environment-file: .github/workflows/test_conda_env.yml
environment-file: '.github/test_conda_env.yml'
init-shell: >-
bash
powershell
cache-environment: true
post-cleanup: 'none'
post-cleanup: 'all'

# Not sure why this is needed but it appears to be the case
- name: fix env
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/runtests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,12 +51,12 @@ jobs:
- uses: mamba-org/setup-micromamba@v1
with:
micromamba-version: '2.0.2-2' # versions: https://github.com/mamba-org/micromamba-releases
environment-file: .github/workflows/test_conda_env.yml
environment-file: '.github/test_conda_env.yml'
init-shell: >-
bash
powershell
cache-environment: true
post-cleanup: 'none'
post-cleanup: 'all'

# Not sure why this is needed but it appears to be the case
- name: fix env
Expand Down

0 comments on commit f4523b0

Please sign in to comment.