Skip to content

Commit

Permalink
fix(ci): run rye test instead of poetry run pytest
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelSasser committed Oct 8, 2024
1 parent 1a8ba80 commit a234a30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,4 +61,4 @@ jobs:
- name: Test with pytest
run: |
. .venv/bin/activate
poetry run pytest
rye test

0 comments on commit a234a30

Please sign in to comment.