Skip to content

Commit

Permalink
ci: unbreak pip on ubuntu 24.04
Browse files Browse the repository at this point in the history
Signed-off-by: Daniil Tatianin <99danilt@gmail.com>
  • Loading branch information
d-tatianin committed Oct 15, 2024
1 parent 9036f48 commit 9eae2f0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ jobs:
run: |
sudo apt update
sudo apt install python3 python3-pip
export PIP_BREAK_SYSTEM_PACKAGES=1
pip install flake8 mypy
- name: Run flake8 on the project
Expand Down

0 comments on commit 9eae2f0

Please sign in to comment.