Skip to content

Commit

Permalink
Fix workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
lukasturcani committed Aug 7, 2024
1 parent fd3f06d commit ddce8c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
python-version: "3.11"
cache: "pip"
- run: "pip install '.[dev]'"
- run: ruff .
- run: ruff check .
mypy:
runs-on: ubuntu-22.04
steps:
Expand Down

0 comments on commit ddce8c4

Please sign in to comment.