Skip to content

Commit

Permalink
ci: try apt-get to install python3-flake8
Browse files Browse the repository at this point in the history
  • Loading branch information
deeagle committed Oct 17, 2024
1 parent 6fac689 commit 533a2f7
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 @@ -36,7 +36,7 @@ jobs:

- name: Install flake8
run: |
apt install -yq python3-flake3
sudo apt-get install -yq python3-flake8
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
- name: Lint with flake8
Expand Down

0 comments on commit 533a2f7

Please sign in to comment.