Helps if I install pycodestyle

This commit is contained in:
2020-12-27 18:03:28 +00:00
committed by GitHub
parent 6a8c567cfe
commit fedbc5ce4c

View File

@@ -13,7 +13,7 @@ jobs:
strategy:
max-parallel: 4
matrix:
python-version: [3.6, 3.7, 3.8]
python-version: [3.8]
steps:
- uses: actions/checkout@v2
@@ -31,6 +31,7 @@ jobs:
- name: Install Dependencies
run: |
python -m pip install --upgrade pip
pip install pycodestyle
pip install -r requirements.txt
python manage.py collectstatic --noinput
- name: Basic Checks