Skip to content

Commit 0ff4154

Browse files
authored
Update dandi gui-staging url to sandbox (#613)
* rename gui-staging to sandbox * update urls
1 parent 2e3b9bc commit 0ff4154

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/dev-gallery.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
pip install git+https://github.com/neurodatawithoutborders/pynwb@dev
3131
3232
- name: Download testing data and set config path
33-
run: dandi download "https://gui-staging.dandiarchive.org/#/dandiset/204919"
33+
run: dandi download "https://sandbox.dandiarchive.org/#/dandiset/204919"
3434

3535
- name: Run pytest
3636
run: pytest -rsx

.github/workflows/testing.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
- name: Install package
3434
run: pip install ".[dandi]"
3535
- name: Download testing data and set config path
36-
run: dandi download "https://gui-staging.dandiarchive.org/#/dandiset/204919"
36+
run: dandi download "https://sandbox.dandiarchive.org/#/dandiset/204919"
3737

3838
- name: Run pytest with coverage
3939
run: pytest -rsx --cov=nwbinspector --cov-report xml:./coverage.xml

0 commit comments

Comments
 (0)