From 7cdc1c5c30139750718aca8730c69bf358794962 Mon Sep 17 00:00:00 2001 From: Cody Baker <51133164+CodyCBakerPhD@users.noreply.github.com> Date: Wed, 12 Oct 2022 06:34:33 -0400 Subject: [PATCH] Update testing.yml --- .github/workflows/testing.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/testing.yml b/.github/workflows/testing.yml index 71c9c5453..65066b024 100644 --- a/.github/workflows/testing.yml +++ b/.github/workflows/testing.yml @@ -29,6 +29,8 @@ jobs: run: | pip install -e . pip install dandi + - name: Download testing data + run: dandi download 'https://gui-staging.dandiarchive.org/#/dandiset/204919' - name: Uninstall h5py run: pip uninstall -y h5py - name: Install ROS3