Skip to content

Commit

Permalink
Merge pull request #12 from bnubald/main
Browse files Browse the repository at this point in the history
Pin netCDF4 install version in GH Action
  • Loading branch information
bnubald authored Feb 3, 2025
2 parents abd4b6d + 177c1d4 commit 5f53e85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/actions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
post-cleanup: 'all'
- name: Fetch icenet and install repository and dependencies for docs
run: |
micromamba install -y -c conda-forge netcdf4
micromamba install -y -c conda-forge netcdf4=1.6.0
eval "$(micromamba shell hook --shell bash)"
micromamba activate base
git clone https://github.com/icenet-ai/icenet.git
Expand Down

0 comments on commit 5f53e85

Please sign in to comment.