diff --git a/+tests/requirements.txt b/+tests/requirements.txt index cc9afd91..12070c83 100644 --- a/+tests/requirements.txt +++ b/+tests/requirements.txt @@ -1,3 +1,3 @@ -pynwb hdf5plugin -nwbinspector +git+https://github.com/NeurodataWithoutBorders/nwbinspector.git@dev +git+https://github.com/NeurodataWithoutBorders/pynwb.git@dev \ No newline at end of file diff --git a/.github/workflows/run_tests.yml b/.github/workflows/run_tests.yml index ad7aee46..89877a0f 100644 --- a/.github/workflows/run_tests.yml +++ b/.github/workflows/run_tests.yml @@ -28,6 +28,7 @@ jobs: run: | python -m pip install -U pip pip install -r +tests/requirements.txt + python -m pip list echo "HDF5_PLUGIN_PATH=$(python -c "import hdf5plugin; print(hdf5plugin.PLUGINS_PATH)")" >> "$GITHUB_ENV" echo $( python -m pip show nwbinspector | grep ^Location: | awk '{print $2}' ) - name: Install MATLAB