Update test-models.yml

This commit is contained in:
powderluv
2022-06-11 00:54:27 -07:00
committed by GitHub
parent 9043dcedc7
commit 35fa22f167

View File

@@ -50,7 +50,7 @@ jobs:
- name: Validate Models
run: |
cd $GITHUB_WORKSPACE
./setup_venv.sh
IMPORTER=1 ./setup_venv.sh
source shark.venv/bin/activate
pytest -k 'not benchmark'