Update test-models.yml

This commit is contained in:
powderluv
2022-06-30 13:53:19 -07:00
committed by GitHub
parent 24ba2bcdc8
commit a064a32755

View File

@@ -78,7 +78,7 @@ jobs:
cd $GITHUB_WORKSPACE
PYTHON=python${{ matrix.python-version }} IMPORTER=1 ./setup_venv.sh
source shark.venv/bin/activate
pytest -k 'not benchmark' --ignore=tank/tf/ --ignore=benchmarks/tests/test_hf_benchmark.py --ignore=benchmarks/tests/test_benchmark.py
pytest -k 'not benchmark' --ignore=shark/tests/test_shark_importer.py --ignore=tank/tf/ --ignore=benchmarks/tests/test_hf_benchmark.py --ignore=benchmarks/tests/test_benchmark.py
- name: Validate GPU Models
if: matrix.suite == 'gpu'