From 5a76b41a72939cdbec3321f75f5d58c82467e9dc Mon Sep 17 00:00:00 2001 From: Andrew Simms Date: Fri, 19 Apr 2024 16:31:33 -0600 Subject: [PATCH] Actions: install netcdf4 with anaconda on Windows --- .github/workflows/windows_unit_tests.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/windows_unit_tests.yml b/.github/workflows/windows_unit_tests.yml index f96518f6..bc95600d 100644 --- a/.github/workflows/windows_unit_tests.yml +++ b/.github/workflows/windows_unit_tests.yml @@ -30,7 +30,7 @@ jobs: - name: "Conda install h5py, netcdf4, and cython" run: | conda activate mhkit_conda_env - conda install hdf5 libnetcdf + conda install hdf5 netcdf4 # conda install numpy cython pip pytest hdf5 libnetcdf cftime netcdf4 --strict-channel-priority - name: Check out MHKiT-MATLAB @@ -163,7 +163,7 @@ jobs: - name: "Conda install h5py, netcdf4, and cython" run: | conda activate mhkit_conda_env - conda install hdf5 libnetcdf + conda install hdf5 netcdf4 # conda install numpy cython pip pytest hdf5 libnetcdf cftime netcdf4 --strict-channel-priority - name: Output python executable