Skip to content

Commit

Permalink
fixing conda package install in actions 2
Browse files Browse the repository at this point in the history
  • Loading branch information
paolap committed Jul 10, 2024
1 parent 57894bd commit f044f04
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/mopper-conda.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
echo $CONDA/bin >> $GITHUB_PATH
- name: Install dependencies
run: |
conda env update --file conda/meta.yaml --name base
conda env update --file env.yaml --name base
- name: Lint with flake8
run: |
conda install flake8
Expand Down
7 changes: 7 additions & 0 deletions env.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
name: mopenv
dependencies:
- click
- cmor
- xarray
- numpy
- pyyaml

0 comments on commit f044f04

Please sign in to comment.