Skip to content

Commit

Permalink
part 3
Browse files Browse the repository at this point in the history
  • Loading branch information
jbaron committed Dec 16, 2024
1 parent 17e8dcd commit 750b198
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,6 @@ jobs:
run: uvx ruff check

- name: Run unit tests
run: uv run python -m unittest discover -s tests/unit
run: uv run --no-dev python -m unittest discover -s tests/unit


0 comments on commit 750b198

Please sign in to comment.