From 0a7e7478f5d2f6b69519ea398dc4b4b59cd77629 Mon Sep 17 00:00:00 2001 From: Ofir Gordon Date: Wed, 29 Jan 2025 10:46:25 +0200 Subject: [PATCH] remove integration tests from pytorch and common workflows --- .github/workflows/run_pytorch_tests.yml | 1 - .github/workflows/tests_common.yml | 1 - 2 files changed, 2 deletions(-) diff --git a/.github/workflows/run_pytorch_tests.yml b/.github/workflows/run_pytorch_tests.yml index 907d57353..f75316b25 100644 --- a/.github/workflows/run_pytorch_tests.yml +++ b/.github/workflows/run_pytorch_tests.yml @@ -32,5 +32,4 @@ jobs: - name: Run pytest run: | pytest tests_pytest/unit_tests/pytorch - pytest tests_pytest/integration_tests/pytorch diff --git a/.github/workflows/tests_common.yml b/.github/workflows/tests_common.yml index a095486a2..73c451c81 100644 --- a/.github/workflows/tests_common.yml +++ b/.github/workflows/tests_common.yml @@ -33,5 +33,4 @@ jobs: - name: Run pytest run: | pytest tests_pytest/unit_tests/common - pytest tests_pytest/integration_tests/common