Update nightly.yml

This commit is contained in:
powderluv
2022-06-11 00:41:40 -07:00
committed by GitHub
parent 626482e46a
commit 61b260b6cf

View File

@@ -58,7 +58,7 @@ jobs:
cd $GITHUB_WORKSPACE
./setup_venv.sh
source shark.venv/bin/activate
pytest --workers auto -k 'not benchmark'
pytest -k 'not benchmark'
- name: Build the package
run: |