We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 17adccf commit dc98e84Copy full SHA for dc98e84
.github/workflows/run_inspector_tests.yml
@@ -33,8 +33,10 @@ jobs:
33
python -m pip list
34
git clone https://github.com/NeurodataWithoutBorders/nwbinspector.git
35
cd nwbinspector
36
- python -m pip install -r requirements.txt pytest
37
- python -m pip install . # this might install a pinned version of pynwb instead of the current one
+ python -m pip install pytest
+ python -m pip install ".[dandi]" # this might install a pinned version of pynwb instead of the current one
38
+ # Download testing data and set config path
39
+ dandi download "https://gui-staging.dandiarchive.org/#/dandiset/204919"
40
cd ..
41
python -m pip uninstall -y pynwb # uninstall the pinned version of pynwb
42
python -m pip install . # reinstall current branch of pynwb
0 commit comments