Skip to content

Commit

Permalink
adjust dev workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
CodyCBakerPhD authored Jun 17, 2024
1 parent 8ea86c4 commit 1fec9f3
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/dev-gallery.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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

0 comments on commit 1fec9f3

Please sign in to comment.