From 30888c246f82b2fe03c1264cb3bdf238ba14a51e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9ment=20Robert?= Date: Fri, 25 Mar 2022 13:47:36 +0100 Subject: [PATCH] tmp: deactivate minimal tests on pytest to check if any other job fails too --- .github/workflows/build-test-pytest.yaml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/build-test-pytest.yaml b/.github/workflows/build-test-pytest.yaml index 656d02de67d..f7bc0f77188 100644 --- a/.github/workflows/build-test-pytest.yaml +++ b/.github/workflows/build-test-pytest.yaml @@ -29,11 +29,11 @@ jobs: python-version: ['3.10'] dependencies: [full] tests-type: [unit] - include: - - os: ubuntu-latest - python-version: 3.7 - dependencies: minimal - tests-type: unit + #include: + # - os: ubuntu-latest + # python-version: 3.7 + # dependencies: minimal + # tests-type: unit runs-on: ${{ matrix.os }} steps: