Skip to content

Commit

Permalink
Actions: install netcdf4 with anaconda on Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
simmsa committed Apr 19, 2024
1 parent cb50f60 commit 5a76b41
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/windows_unit_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 5a76b41

Please sign in to comment.