Skip to content

Commit

Permalink
Ensured naming of 'test-env.yml' was consistent between devtools/cond…
Browse files Browse the repository at this point in the history
…a-envs and CI.yaml
  • Loading branch information
timbernat committed Sep 10, 2024
1 parent c7f191a commit 7834b7e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/CI.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
- uses: mamba-org/setup-micromamba@v1
with:
generate-run-shell: false # recommended fix to weird ENOENT error (https://github.com/mamba-org/setup-micromamba/issues/130)
environment-file: devtools/conda-envs/test_env.yaml
environment-file: devtools/conda-envs/test-env.yml
environment-name: test
condarc: |
channels:
Expand Down
File renamed without changes.

0 comments on commit 7834b7e

Please sign in to comment.