Skip to content

Commit

Permalink
fix dandi latest dev target
Browse files Browse the repository at this point in the history
  • Loading branch information
CodyCBakerPhD authored May 24, 2024
1 parent 585afcb commit 6ac4ebb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/dandi_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,8 @@ jobs:
python -m pip install --upgrade pip wheel
pip install "dandi[extras,test]"
- name: Install dev versions of NWB Inspector
run: pip install git+https://github.com/NeurodataWithoutBorders/nwbinspector
- name: Install this branch of NWB Inspector
run: pip install -e .

- name: Run all tests
- name: Run all NWB Inspector tests
run: python -m pytest -s -v

0 comments on commit 6ac4ebb

Please sign in to comment.