Update test-models.yml

This commit is contained in:
powderluv
2022-06-12 00:43:22 -07:00
committed by GitHub
parent 3c26c02a5e
commit 4b35dec83b

View File

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