Skip to content

Commit

Permalink
Make payu compatible in CI/CD
Browse files Browse the repository at this point in the history
  • Loading branch information
abhaasgoyal committed Jan 30, 2024
1 parent 78a9c86 commit 3beb5e2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .conda/build_env.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

channels:
- conda-forge
- accessnri
- coecms
- default

dependencies:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,4 +44,4 @@ jobs:
- name: Test conda build
run: |
conda install conda-build
conda build -c conda-forge .
conda build -c conda-forge -c accessnri -c coecms .

0 comments on commit 3beb5e2

Please sign in to comment.