Re-enable integration tests in CI.

pull/261/head
Stella Laurenzo 2021-07-30 05:50:52 +00:00 committed by Stella Laurenzo
parent 58b2109898
commit 8494455282
1 changed files with 5 additions and 0 deletions

View File

@ -47,6 +47,11 @@ jobs:
-DNPCOMP_ENABLE_PYTORCH=ON -DNPCOMP_ENABLE_PYTORCH=ON
ninja ninja
ninja check-npcomp check-frontends-pytorch ninja check-npcomp check-frontends-pytorch
- name: Refbackend integration tests
run: |
cd $GITHUB_WORKSPACE
export PYTHONPATH="$GITHUB_WORKSPACE/build/python_packages/npcomp_core:$GITHUB_WORKSPACE/build/python_packages/npcomp_torch"
python -m frontends.pytorch.e2e_testing.torchscript.main --config=refbackend
build_wheels: build_wheels:
name: Build Wheels and Smoketest name: Build Wheels and Smoketest