Skip to content

Commit

Permalink
Update requirements to use pynwb and nwbinspector from github@dev
Browse files Browse the repository at this point in the history
  • Loading branch information
ehennestad committed Nov 27, 2024
1 parent 160ac92 commit b5a86ae
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions +tests/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
pynwb
hdf5plugin
nwbinspector
git+https://github.com/NeurodataWithoutBorders/nwbinspector.git@dev
git+https://github.com/NeurodataWithoutBorders/pynwb.git@dev
1 change: 1 addition & 0 deletions .github/workflows/run_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b5a86ae

Please sign in to comment.