Skip to content

Commit

Permalink
Fix run pytest
Browse files Browse the repository at this point in the history
  • Loading branch information
shun-liang committed Nov 2, 2024
1 parent 69fa9c6 commit 0479585
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/type-check-lint-integ-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@ jobs:
- name: Run ruff check
run: uv run ruff check
- name: Run pytest
run: uv run pytest tests
run: uv run python -m pytest tests

0 comments on commit 0479585

Please sign in to comment.