Skip to content

Commit

Permalink
update release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
FynnBe committed Mar 10, 2024
1 parent 3c49c25 commit 849c518
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@ jobs:
run: |
pip install --upgrade pip
pip install wheel
pip install -e .[test]
pip install -e .[dev]
- name: Test with pytest
run: pytest tests
run: pytest
- name: Check passthrough models
run: python scripts/generate_passthrough_modules.py check

Expand Down

0 comments on commit 849c518

Please sign in to comment.