Skip to content

Commit

Permalink
github needs python3-wheel?
Browse files Browse the repository at this point in the history
  • Loading branch information
pazz committed Sep 26, 2021
1 parent e5e8e65 commit 0cbf269
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,8 @@ jobs:
- name: Install alot's dependencies
run: |
sudo apt-get install -y gnupg2
# apparently needed on github's images
sudo apt-get install -y python3-wheel
python -m pip install --upgrade pip
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
Expand Down

0 comments on commit 0cbf269

Please sign in to comment.