Skip to content

Commit

Permalink
pip3 instead of apt
Browse files Browse the repository at this point in the history
  • Loading branch information
timsifive committed Jun 27, 2023
1 parent 2ed5ec0 commit 6317fc4
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/debug.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ jobs:
fetch-depth: 0
- name: Install required packages (apt-get)
run: |
sudo apt-get update
sudo apt-get install pylint
pip3 install pylint
- name: Run pylint
run: make -C debug pylint

0 comments on commit 6317fc4

Please sign in to comment.