Update test-models.yml

This commit is contained in:
powderluv
2022-07-01 12:27:49 -07:00
committed by GitHub
parent 4e9e35a9ff
commit ca36d40f0a

View File

@@ -79,7 +79,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=shark/tests/test_shark_importer.py --ignore=tank/tf/ --ignore=benchmarks/tests/test_hf_benchmark.py --ignore=benchmarks/tests/test_benchmark.py
pytest -n 2 -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'