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: