Update test-models.yml

This commit is contained in:
powderluv
2022-06-30 00:44:08 -07:00
committed by GitHub
parent 6ed957f5fb
commit 7532a8db0c

View File

@@ -37,7 +37,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
python -m pip install flake8 pytest toml black[jupyter]
python -m pip install flake8 pytest toml black
- name: Lint with flake8
run: |