Skip to content

Commit

Permalink
CI: Fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
jschueller authored Oct 11, 2024
1 parent 09af021 commit 04ce1ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- name: Install
run: |
sudo apt-get install python3-pip
pip3 install flake8
pip3 install flake8 --break-system-packages
- name: Run linter
run: ./utils/lint.sh

0 comments on commit 04ce1ea

Please sign in to comment.