Skip to content

Commit

Permalink
[FIX] Try installing packaging with apt-get
Browse files Browse the repository at this point in the history
  • Loading branch information
f-dangel committed Jul 2, 2024
1 parent 4b8d346 commit 9691d81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/lint-black.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
python -m pip install packaging
sudo apt-get install python3-packaging
make install-lint
- name: Run black
run: |
Expand Down

0 comments on commit 9691d81

Please sign in to comment.