mirror of
https://github.com/pi-hole/docs.git
synced 2026-04-17 15:43:16 +01:00
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
@@ -40,10 +40,6 @@ jobs:
|
||||
key: ${{ runner.os }}-pip-${{ env.PYTHON_VERSION }}-${{ hashFiles('**/requirements.txt') }}
|
||||
restore-keys: ${{ runner.os }}-pip-${{ env.PYTHON_VERSION }}-${{ hashFiles('**/requirements.txt') }}
|
||||
|
||||
# This is needed otherwise pip warns:
|
||||
# Using legacy 'setup.py install' for DEP, since package 'wheel' is not installed.
|
||||
- run: pip install --upgrade wheel
|
||||
|
||||
- name: Install Python dependencies
|
||||
run: pip install -r requirements.txt
|
||||
|
||||
|
||||
Reference in New Issue
Block a user