Skip to content

Commit

Permalink
restore local
Browse files Browse the repository at this point in the history
  • Loading branch information
CodyCBakerPhD authored Apr 25, 2024
1 parent 15c16d5 commit 05eff25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
- name: Download testing data and set config path
run: |
dandi download "https://gui-staging.dandiarchive.org/#/dandiset/204919"
python -c "from nwbinspector.testing import update_testing_config; update_testing_config(key='LOCAL_PATH', value='{nwbinspector.__file__}/204919/testing_files/')"
python -c "from nwbinspector.testing import update_testing_config; update_testing_config(key='LOCAL_PATH', value='./204919/testing_files/')"
- name: Uninstall h5py
run: pip uninstall -y h5py
- name: Install ROS3
Expand Down

0 comments on commit 05eff25

Please sign in to comment.