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