Update nightly.yml

Remove spurious test package
This commit is contained in:
powderluv
2022-06-01 14:44:39 -07:00
committed by GitHub
parent b271daa748
commit 27a33e636d

View File

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