Skip to content

Commit

Permalink
Flexible channel priority in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
tcevaer committed Oct 21, 2024
1 parent 40ba042 commit d184c11
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,10 @@ jobs:
- name: Create environment and install tools
run: micromamba create -n grdwind_env pytest conda-build boa python=3.10 -y -c tcevaer -c conda-forge

- name: Configure Conda channel priority to flexible
run: |
micromamba config --set channel_priority flexible
- name: Build package
run: |
cd recipe
Expand Down

0 comments on commit d184c11

Please sign in to comment.