Update test-models.yml

This commit is contained in:
powderluv
2022-06-06 12:08:40 -07:00
committed by GitHub
parent 2d09b0600d
commit ea54298d6c

View File

@@ -37,7 +37,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
python -m pip install flake8 pytest yapf
python -m pip install flake8 pytest yapf toml
- name: Lint with flake8
run: |
@@ -76,7 +76,7 @@ jobs:
cd $GITHUB_WORKSPACE
PYTHON=python3.10 ./setup_venv.sh
source shark.venv/bin/activate
python -m pip install flake8 pytest yapf
python -m pip install flake8 pytest yapf toml
- name: Lint with flake8
run: |