Skip to content

Commit

Permalink
Update testing.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
rly authored Jun 17, 2024
1 parent 034f6e8 commit 798f1a3
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,20 +28,14 @@ jobs:
pip install pytest
pip install pytest-cov
- name: Install ROS3
run: conda install -c conda-forge h5py
- name: Install package
run: pip install ".[dandi]"
- 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='./204919/testing_files/')"
- name: Uninstall h5py
run: pip uninstall -y h5py
- name: Install ROS3
run: conda install -c conda-forge h5py
- name: Install HDMF-zarr # temporary
run: pip install hdmf-zarr
- name: Install latest HDMF # temporary
run: pip install -U hdmf
- name: Run pytest with coverage
run: |
Expand Down

0 comments on commit 798f1a3

Please sign in to comment.