Add vgg and alexnet models to passing tests.

This commit is contained in:
Prashant Kumar
2022-05-27 15:39:14 +00:00
parent cee02f6a61
commit 04291fdfcb
3 changed files with 31 additions and 3 deletions

View File

@@ -41,4 +41,4 @@ jobs:
cd $GITHUB_WORKSPACE
./setup_venv.sh
source shark.venv/bin/activate
pytest --workers auto
pytest