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