From 5db6546b72c3638dcdace7101b46ef1ba6af6a71 Mon Sep 17 00:00:00 2001 From: Alessio Buccino Date: Mon, 6 Nov 2023 12:13:38 +0100 Subject: [PATCH] Set HDF5_PLUGIN_PATH to a folder existing on GH CI --- .github/workflows/io-test.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/io-test.yml b/.github/workflows/io-test.yml index a580b83d3..66690722c 100644 --- a/.github/workflows/io-test.yml +++ b/.github/workflows/io-test.yml @@ -103,6 +103,8 @@ jobs: sudo apt-get install -yqq --allow-downgrades libc6:i386 libgcc-s1:i386 libstdc++6:i386 wine - name: Test with pytest + env: + HDF5_PLUGIN_PATH: ${{ github.workspace }}/hdf5_local_plugin_path run: | # only neo.rawio and neo.io pytest --cov=neo neo/test/rawiotest