Skip to content

Commit

Permalink
Fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
marxin committed Feb 11, 2024
1 parent 66addcd commit ed92226
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,6 @@ jobs:

- uses: actions/checkout@v3
- run: flake8
- run: ruff *py
- run: ruff .
- run: pip install --break-system-packages pyupgrade
- run: pyupgrade --py310-plus *py

0 comments on commit ed92226

Please sign in to comment.