Update test-models.yml

This commit is contained in:
powderluv
2022-06-12 01:02:03 -07:00
committed by GitHub
parent c2e06b9a9b
commit d6785cdce7

View File

@@ -52,7 +52,7 @@ jobs:
cd $GITHUB_WORKSPACE
IMPORTER=1 ./setup_venv.sh
source shark.venv/bin/activate
pytest -k 'not benchmark'
pytest -k 'not benchmark' --ignore=shark/tests/test_hf_benchmark.py --ignore=shark/tests/test_shark_importer.py
perf-macOS:
runs-on: MacStudio