diff --git a/.github/workflows/dev-gallery.yml b/.github/workflows/dev-gallery.yml index c55d1c860..de828e651 100644 --- a/.github/workflows/dev-gallery.yml +++ b/.github/workflows/dev-gallery.yml @@ -16,6 +16,8 @@ jobs: - uses: actions/checkout@v3 - run: git fetch --prune --unshallow --tags + - name: Install ROS3 + run: conda install -c conda-forge h5py - name: Install pytest run: | pip install pytest @@ -28,10 +30,6 @@ jobs: 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='./204919/testing_files/')" - - name: Uninstall h5py - run: pip uninstall -y h5py - - name: Install ROS3 - run: conda install -c conda-forge h5py - name: Run pytest with coverage run: pytest -rsx