Skip to content

Commit

Permalink
github: install setuptools and wheel before building.
Browse files Browse the repository at this point in the history
  • Loading branch information
Benjamin Moody committed Aug 2, 2024
1 parent 2475509 commit e2abd96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:

- name: Install dependencies
run: |
pip install build coverage pytest
pip install build coverage pytest setuptools wheel
if ! [ -x "$(command -v gcov)" ] ||
! pkg-config --exists flac 2>/dev/null; then
sudo apt-get update
Expand Down

0 comments on commit e2abd96

Please sign in to comment.