From 177c1d4ec38833abdcae6bae5a2dd971036d2c46 Mon Sep 17 00:00:00 2001 From: Bryn Noel Ubald <55503826+bnubald@users.noreply.github.com> Date: Mon, 3 Feb 2025 01:42:43 +0000 Subject: [PATCH] Pin netCDF4 install version in GH Action --- .github/workflows/actions.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/actions.yaml b/.github/workflows/actions.yaml index 0c0a33f..9c82ec4 100644 --- a/.github/workflows/actions.yaml +++ b/.github/workflows/actions.yaml @@ -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