From 05eff25a0a917d47152d7e1974ff998ebc9624cc Mon Sep 17 00:00:00 2001 From: Cody Baker <51133164+CodyCBakerPhD@users.noreply.github.com> Date: Thu, 25 Apr 2024 14:12:40 -0400 Subject: [PATCH] restore local --- .github/workflows/testing.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/testing.yml b/.github/workflows/testing.yml index b8cbec506..94b6442f9 100644 --- a/.github/workflows/testing.yml +++ b/.github/workflows/testing.yml @@ -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