From 1fec9f3eecbf0910b7df41f522ef53d40e6f43e6 Mon Sep 17 00:00:00 2001
From: Cody Baker <51133164+CodyCBakerPhD@users.noreply.github.com>
Date: Mon, 17 Jun 2024 15:22:56 -0400
Subject: [PATCH] adjust dev workflow

---
 .github/workflows/dev-gallery.yml | 6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)

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