Skip to content

Commit

Permalink
ci: add strict channel priority
Browse files Browse the repository at this point in the history
  • Loading branch information
deliaBlue committed Jan 26, 2025
1 parent f5feb83 commit 7f36b0e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,9 @@ jobs:
run: bash test/test_workflow_local_with_singularity.sh

- name: run local test with Conda
run: bash test/test_workflow_local_with_conda.sh
run: |
conda config --set channel_priority strict
bash test/test_workflow_local_with_conda.sh
unit-testing:
Expand Down

0 comments on commit 7f36b0e

Please # to comment.