Skip to content

Commit

Permalink
CI: run apt update on Python lint workflow
Browse files Browse the repository at this point in the history
Needed because of failing workflow
  • Loading branch information
stsnel committed Sep 6, 2023
1 parent ff3de96 commit 96970f9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ jobs:
- name: Install test dependencies
run: |
sudo apt -u update
sudo apt -y install apache2-dev
python -m pip install wheel
python -m pip install -r requirements.txt
Expand Down

0 comments on commit 96970f9

Please sign in to comment.