Update nightly.yml

This commit is contained in:
powderluv
2022-06-11 00:54:02 -07:00
committed by GitHub
parent 1887e8e3ef
commit 9043dcedc7

View File

@@ -56,7 +56,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'