Update nightly.yml

This commit is contained in:
powderluv
2022-06-12 08:21:44 -07:00
committed by GitHub
parent e4dd179a73
commit d9ecb3e964

View File

@@ -58,7 +58,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
- name: Build the package
run: |