Update nightly.yml

This commit is contained in:
powderluv
2022-06-04 09:46:20 -07:00
committed by GitHub
parent 9a5a5841a1
commit 9006b1941a

View File

@@ -57,7 +57,7 @@ jobs:
cd $GITHUB_WORKSPACE
./setup_venv.sh
source shark.venv/bin/activate
pytest --workers auto
pytest --workers auto -k 'not benchmark'
rm ./wheelhouse/nodai_SHARK-0.0.4-py3-none-any.whl
- name: Build the package