Skip to content

Commit

Permalink
Fix CI.
Browse files Browse the repository at this point in the history
  • Loading branch information
eerimoq committed Aug 29, 2024
1 parent fb1591d commit 6302d80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pythonpackage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
pip install -r requirements.txt
- name: Lint and style
run: |
ruff .
ruff check .
test:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 6302d80

Please sign in to comment.