Update test-models.yml

This commit is contained in:
powderluv
2022-05-26 21:06:20 -07:00
committed by GitHub
parent a72f727501
commit 96acb32fc1

View File

@@ -25,6 +25,11 @@ jobs:
uses: actions/setup-python@v3
with:
python-version: ${{ matrix.python-version }}
- name: Install dependencies
run: |
python -m pip install --upgrade pip
python -m pip install flake8 pytest
- name: Lint with flake8
run: |
# stop the build if there are Python syntax errors or undefined names