Merge pull request #4480 from pi-hole/development

Pi-hole Core v5.7
This commit is contained in:
Adam Warner 2021-12-22 20:24:59 +00:00 committed by GitHub
commit 1b809e4e8e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
41 changed files with 1374 additions and 814 deletions

View file

@ -36,10 +36,10 @@ jobs:
name: Checkout repository
uses: actions/checkout@v2
-
name: Set up Python 3.7
name: Set up Python 3.8
uses: actions/setup-python@v2
with:
python-version: 3.7
python-version: 3.8
-
name: Install dependencies
run: pip install -r test/requirements.txt