Skip to content

Commit 2586483

Browse files
jswhit2jswhit2
authored andcommitted
another attempt to fix windows plugin path
1 parent 01cc82c commit 2586483

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/miniconda.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,8 @@ jobs:
4242
run: |
4343
export PATH="${CONDA_PREFIX}/bin:${CONDA_PREFIX}/Library/bin:$PATH" # so setup.py finds nc-config
4444
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"
45+
export HDF5_PLUGIN_PATH="${CONDA_PREFIX}\\Library\\hdf5\\lib\\plugin"
46+
export NETCDF_PLUGIN_DIR="${CONDA_PREFIX}\\Library\\hdf5\\lib\\plugin"
4747
else
4848
export HDF5_PLUGIN_PATH="${CONDA_PREFIX}/hdf5/lib/plugin/"
4949
export NETCDF_PLUGIN_DIR="${CONDA_PREFIX}/hdf5/lib/plugin/"

0 commit comments

Comments
 (0)