We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 21b2c99 commit 27f42f2Copy full SHA for 27f42f2
1 file changed
.github/workflows/miniconda.yml
@@ -41,9 +41,9 @@ jobs:
41
- name: Install netcdf4-python
42
run: |
43
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
+ #export HDF5_PLUGIN_PATH="${CONDA_PREFIX}/hdf5/lib/plugin/"
+ #export NETCDF_PLUGIN_DIR="${CONDA_PREFIX}/hdf5/lib/plugin/"
+ #pushd ${CONDA_PREFIX}; find ./ -name "*lib__*" -print; popd
47
python -m pip install -v -e . --no-deps --no-build-isolation --force-reinstall
48
49
- name: Tests
0 commit comments