Skip to content

Commit

Permalink
Add channels to um2nc install
Browse files Browse the repository at this point in the history
  • Loading branch information
aidanheerdegen committed Aug 16, 2024
1 parent 3916d9f commit 1d3f52b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ jobs:
- name: Install conda package
shell: bash -l {0}
run: |
conda install -c file://${{ env.ARTIFACT_LOCATION }} um2nc
conda install -c conda-forge -c accessnri -c coecms -c file://${{ env.ARTIFACT_LOCATION }} um2nc
- name: List installed packages
shell: bash -l {0}
Expand Down

0 comments on commit 1d3f52b

Please sign in to comment.