From 1d70d03028415bce7e9b958b1f1436604ef03970 Mon Sep 17 00:00:00 2001 From: Casey Jao Date: Fri, 17 Jan 2025 13:46:01 -0500 Subject: [PATCH] Test Python 3.10-3.12 in PR checks --- .github/workflows/test_matrix.json | 4 ++-- .github/workflows/tests.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/test_matrix.json b/.github/workflows/test_matrix.json index 069268c26..8ffad5265 100644 --- a/.github/workflows/test_matrix.json +++ b/.github/workflows/test_matrix.json @@ -21,7 +21,7 @@ "container": "ghcr.io/agnostiqhq/covalent-dev/debian12-py311:latest", "backend": "dask", "experimental": false, - "trigger": ["push", "schedule", "workflow_dispatch"] + "trigger": ["push", "schedule", "workflow_dispatch", "pull_request"] }, { "name": "Debian 12 / Python 3.11 / Local", @@ -37,7 +37,7 @@ "container": "ghcr.io/agnostiqhq/covalent-dev/debian12-py312:latest", "backend": "dask", "experimental": false, - "trigger": ["push", "schedule", "workflow_dispatch"] + "trigger": ["push", "schedule", "workflow_dispatch", "pull_request"] }, { "name": "Debian 12 / Python 3.12 / Local", diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index e00d5f3b7..1654bf35a 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -111,7 +111,7 @@ jobs: - name: Generate environment variables run: | if ${{ matrix.os == 'ubuntu-latest' - && contains(matrix.container, 'debian12-py312') + && contains(matrix.container, 'debian12-py310') && matrix.backend == 'dask' }} ; then RECOMMENDED_PLATFORM=true fi