Skip to content

Commit

Permalink
conda for channel prio in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
tcevaer committed Oct 21, 2024
1 parent d184c11 commit b4d1703
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,12 @@ jobs:
init-shell: bash
post-cleanup: "all"

- 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
conda config --set channel_priority flexible
- 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: Build package
run: |
Expand Down

0 comments on commit b4d1703

Please sign in to comment.