Skip to content
This repository has been archived by the owner on Feb 5, 2025. It is now read-only.

Commit

Permalink
Missed a rye command
Browse files Browse the repository at this point in the history
  • Loading branch information
Svenito committed Oct 18, 2024
1 parent fe619c0 commit eef86e3
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 @@ -35,7 +35,7 @@ jobs:
run: uv run pytest tests

- name: Lint
run: rye run ruff check src tests
run: ruv run ruff check src tests

- name: Format
run: uv run ruff format --check src tests

0 comments on commit eef86e3

Please sign in to comment.