From 67fdc6d1b9ecd9bf955af86da60fa749bb05fb7f Mon Sep 17 00:00:00 2001 From: Philip Meier Date: Fri, 17 Feb 2023 11:03:20 +0100 Subject: [PATCH] [REVERTME] check if test suite runs without the prototype namespace --- .github/workflows/test-linux-cpu.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/test-linux-cpu.yml b/.github/workflows/test-linux-cpu.yml index 5dc7550d868..ec3eca37afb 100644 --- a/.github/workflows/test-linux-cpu.yml +++ b/.github/workflows/test-linux-cpu.yml @@ -54,4 +54,6 @@ jobs: # Run Tests python3 -m torch.utils.collect_env + rm -rf torchvision/prototype + rm test/*prototype* python3 -m pytest --junitxml=test-results/junit.xml -v --durations 20