Update test-models.yml

This commit is contained in:
powderluv
2022-06-11 00:42:07 -07:00
committed by GitHub
parent 61b260b6cf
commit 1887e8e3ef

View File

@@ -52,7 +52,7 @@ jobs:
cd $GITHUB_WORKSPACE
./setup_venv.sh
source shark.venv/bin/activate
pytest --workers auto -k 'not benchmark'
pytest -k 'not benchmark'
perf-macOS:
runs-on: MacStudio