1
0
mirror of https://github.com/pi-hole/pi-hole synced 2024-12-22 06:48:07 +00:00

Install wheel before other python packages

Signed-off-by: Christian König <ckoenig@posteo.de>
This commit is contained in:
Christian König 2022-12-04 09:32:23 +01:00
parent 95e799ed6e
commit e0e0baf076
No known key found for this signature in database

View File

@ -70,7 +70,7 @@ jobs:
python-version: "3.10"
- name: Install dependencies
run: pip install -r test/requirements.txt
run: pip install wheel && pip install -r test/requirements.txt
- name: Test with tox
run: tox -c test/tox.${DISTRO}.ini