From 105f26873c09f26f4ae6dff3c39db26826cb8ba9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Carlos=20Mochol=C3=AD?= Date: Thu, 27 Oct 2022 11:57:16 +0200 Subject: [PATCH] Do not trigger PyTorch GPU tests on Lite test changes (#15348) --- .azure/gpu-tests-pytorch.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.azure/gpu-tests-pytorch.yml b/.azure/gpu-tests-pytorch.yml index c2e89d50fc..f5bf60a2ca 100644 --- a/.azure/gpu-tests-pytorch.yml +++ b/.azure/gpu-tests-pytorch.yml @@ -36,7 +36,6 @@ pr: - "setup.cfg" # includes pytest config - "requirements/lite/**" - "src/lightning_lite/**" - - "tests/tests_lite/**" - ".actions/**" jobs: