We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6ed9a38 commit 01cc82cCopy full SHA for 01cc82c
1 file changed
.github/workflows/miniconda.yml
@@ -42,8 +42,8 @@ jobs:
42
run: |
43
export PATH="${CONDA_PREFIX}/bin:${CONDA_PREFIX}/Library/bin:$PATH" # so setup.py finds nc-config
44
if [ "$RUNNER_OS" == "Windows" ]; then
45
- export HDF5_PLUGIN_PATH="${CONDA_PREFIX}\\hdf5\\lib\\plugin/"
46
- export NETCDF_PLUGIN_DIR="${CONDA_PREFIX}\\hdf5\\lib\\plugin/"
+ export HDF5_PLUGIN_PATH="${CONDA_PREFIX}\\hdf5\\lib\\plugin"
+ export NETCDF_PLUGIN_DIR="${CONDA_PREFIX}\\hdf5\\lib\\plugin"
47
else
48
export HDF5_PLUGIN_PATH="${CONDA_PREFIX}/hdf5/lib/plugin/"
49
export NETCDF_PLUGIN_DIR="${CONDA_PREFIX}/hdf5/lib/plugin/"
0 commit comments