Skip to content

Commit

Permalink
Fix run_tests action
Browse files Browse the repository at this point in the history
  • Loading branch information
rly committed Feb 9, 2025
1 parent 03e0525 commit c3ee2fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/run_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
- name: Run PyNWB tests from generated extension
run: |
cd ./out/ndx-my-namespace
python -m pip install -U ".[test]"
python -m pip install -U ".[dev]"
pytest
- name: Run ruff on generated extension
Expand Down

0 comments on commit c3ee2fd

Please sign in to comment.