1
0
mirror of https://github.com/pi-hole/pi-hole synced 2025-03-15 16:56:06 +00:00
Signed-off-by: Adam Warner <me@adamwarner.co.uk>
This commit is contained in:
Adam Warner 2023-07-17 22:20:14 +01:00
parent ab2aea7bbf
commit 1072727a33
No known key found for this signature in database

View File

@ -80,7 +80,10 @@ jobs:
python-version: "3.10"
- name: Install wheel
run: pip install wheel
run: |
pip install --upgrade pip
pip install wheel
- name: Install dependencies
run: pip install -r test/requirements.txt