Skip to content

Commit 27f42f2

Browse files
author
jswhit2
committed
update
1 parent 21b2c99 commit 27f42f2

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/miniconda.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,9 +41,9 @@ jobs:
4141
- name: Install netcdf4-python
4242
run: |
4343
export PATH="${CONDA_PREFIX}/bin:${CONDA_PREFIX}/Library/bin:$PATH" # so setup.py finds nc-config
44-
export HDF5_PLUGIN_PATH="${CONDA_PREFIX}/hdf5/lib/plugin/"
45-
export NETCDF_PLUGIN_DIR="${CONDA_PREFIX}/hdf5/lib/plugin/"
46-
pushd ${CONDA_PREFIX}; find ./ -name "*lib__*" -print; popd
44+
#export HDF5_PLUGIN_PATH="${CONDA_PREFIX}/hdf5/lib/plugin/"
45+
#export NETCDF_PLUGIN_DIR="${CONDA_PREFIX}/hdf5/lib/plugin/"
46+
#pushd ${CONDA_PREFIX}; find ./ -name "*lib__*" -print; popd
4747
python -m pip install -v -e . --no-deps --no-build-isolation --force-reinstall
4848
4949
- name: Tests

0 commit comments

Comments
 (0)