Skip to content

Commit

Permalink
Switched unit test env to release-build.yaml to minimize duplication …
Browse files Browse the repository at this point in the history
…when editing conda reqs YAMLs
  • Loading branch information
timbernat committed Dec 19, 2024
1 parent fe6b4a0 commit 2d97712
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/CI.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,8 @@ 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.yml
# environment-file: devtools/conda-envs/test-env.yml # TOSELF: omitted for now to avoid updating deps in multiple places;...
environment-file: devtools/conda-envs/release-build.yml # ...tree-shake later to obtain minimal unit test env reqs
environment-name: test
condarc: |
channels:
Expand Down

0 comments on commit 2d97712

Please sign in to comment.