Update test-models.yml

ignore benchmark on osx
This commit is contained in:
powderluv
2022-06-03 20:01:42 -07:00
committed by GitHub
parent af6dc91b83
commit 7fac03a023

View File

@@ -72,5 +72,5 @@ jobs:
- name: Validate Models
run: |
source shark.venv/bin/activate
pytest --workers auto
pytest --workers auto -k 'not shark/tests/test_benchmark.py'