Skip to content

Commit

Permalink
Actions: Don't alter PATH on unix
Browse files Browse the repository at this point in the history
  • Loading branch information
simmsa committed Apr 29, 2024
1 parent fe2e31d commit 9599c09
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/unix_unit_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,9 @@ jobs:
shell: bash -l {0}
run: |
conda activate mhkit_conda_env
# conda install netcdf4 hdf5
conda install numpy cython pip pytest hdf5 libnetcdf cftime netcdf4
export PATH="${CONDA_PREFIX}/bin:${CONDA_PREFIX}/Library/bin:$PATH" # so setup.py finds nc-config
# conda install netcdf4 hdf5
# export PATH="${CONDA_PREFIX}/bin:${CONDA_PREFIX}/Library/bin:$PATH" # so setup.py finds nc-config

- name: Check out MHKiT-MATLAB
uses: actions/checkout@v4
Expand Down Expand Up @@ -202,9 +202,9 @@ jobs:
shell: bash -l {0}
run: |
conda activate mhkit_conda_env
# conda install netcdf4 hdf5
conda install numpy cython pip pytest hdf5 libnetcdf cftime netcdf4
export PATH="${CONDA_PREFIX}/bin:${CONDA_PREFIX}/Library/bin:$PATH" # so setup.py finds nc-config
# conda install netcdf4 hdf5
# export PATH="${CONDA_PREFIX}/bin:${CONDA_PREFIX}/Library/bin:$PATH" # so setup.py finds nc-config

# - name: Setup Python ${{ matrix.python-version }}
# shell: bash -l {0}
Expand Down

0 comments on commit 9599c09

Please sign in to comment.