Skip to content

Commit 7bbcee2

Browse files
authored
Update dandi download URL for testing data
1 parent f281060 commit 7bbcee2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/run_inspector_tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
python -m pip install pytest
3737
python -m pip install ".[dandi]" # this might install a pinned version of pynwb instead of the current one
3838
# Download testing data and set config path
39-
dandi download "https://gui-staging.dandiarchive.org/#/dandiset/204919"
39+
dandi download "https://sandbox.dandiarchive.org/dandiset/204919"
4040
cd ..
4141
python -m pip uninstall -y pynwb # uninstall the pinned version of pynwb
4242
python -m pip install . # reinstall current branch of pynwb

0 commit comments

Comments
 (0)