From 4930d7f51ff5810e15fda2e1acc76086fbef034a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gr=C3=A9goire=20Marabout-Demazure?= Date: Thu, 15 Feb 2024 18:18:27 +0100 Subject: [PATCH] =?UTF-8?q?=E2=9C=85=20Keep=20only=20tests=20for=20Python?= =?UTF-8?q?=203.11?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/overall-tests.yml | 8 ++++---- .github/workflows/partial-tests.yml | 6 +++--- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/overall-tests.yml b/.github/workflows/overall-tests.yml index b7a58672e0..dd1df55903 100644 --- a/.github/workflows/overall-tests.yml +++ b/.github/workflows/overall-tests.yml @@ -12,14 +12,14 @@ jobs: uses: ./.github/workflows/partial-tests.yml overall-tests: - needs: [partial-tests] + # needs: [partial-tests] timeout-minutes: 50 strategy: fail-fast: false matrix: - python-version: ['3.8', '3.9', '3.10', '3.11', '3.12'] + python-version: ['3.11'] os: [ubuntu-latest, windows-latest, macos-latest] - pipfile-version: ['min', 'max'] + pipfile-version: ['min'] runs-on: ${{ matrix.os }} steps: - uses: actions/checkout@v4 @@ -52,7 +52,7 @@ jobs: strategy: fail-fast: false matrix: - python-version: ['3.8', '3.9', '3.10', '3.11', '3.12'] + python-version: ['3.11'] os: [ubuntu-latest, windows-latest, macos-latest] orchestrator: ['orchestrator_dispatcher', 'standalone'] pipfile-version: ['min', 'max'] diff --git a/.github/workflows/partial-tests.yml b/.github/workflows/partial-tests.yml index f4ef6e8e04..e2040c5bcc 100644 --- a/.github/workflows/partial-tests.yml +++ b/.github/workflows/partial-tests.yml @@ -25,7 +25,7 @@ jobs: strategy: fail-fast: false matrix: - python-version: ['3.8', '3.9', '3.10', '3.11', '3.12'] + python-version: ['3.11'] os: [ubuntu-latest, windows-latest, macos-latest] runs-on: ${{ matrix.os }} steps: @@ -120,7 +120,7 @@ jobs: strategy: fail-fast: false matrix: - python-version: ['3.8', '3.9', '3.10', '3.11', '3.12'] + python-version: ['3.11'] os: [ubuntu-latest, windows-latest, macos-latest] runs-on: ${{ matrix.os }} steps: @@ -159,7 +159,7 @@ jobs: strategy: fail-fast: false matrix: - python-version: ['3.8', '3.9', '3.10', '3.11', '3.12'] + python-version: ['3.11'] os: [ubuntu-latest, windows-latest, macos-latest] runs-on: ${{ matrix.os }} steps: