Skip to content

Commit

Permalink
change conda channel priority from flexible to strict in build action
Browse files Browse the repository at this point in the history
  • Loading branch information
widdowquinn committed Feb 21, 2024
1 parent ce04732 commit 1113c83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-on-push-to-master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
activate-environment: pyani-github
auto-activate-base: false
channels: defaults,bioconda,conda-forge
channel-priority: flexible
channel-priority: strict

- name: Check Miniconda Installation
run: |
Expand Down

0 comments on commit 1113c83

Please sign in to comment.