mirror of
https://github.com/pi-hole/pi-hole
synced 2025-03-15 16:56:06 +00:00
test
Signed-off-by: Adam Warner <me@adamwarner.co.uk>
This commit is contained in:
parent
ab2aea7bbf
commit
1072727a33
5
.github/workflows/test.yml
vendored
5
.github/workflows/test.yml
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user