Skip to content

Commit

Permalink
Test Python 3.10-3.12 in PR checks
Browse files Browse the repository at this point in the history
  • Loading branch information
cjao committed Jan 17, 2025
1 parent 3ecd234 commit 1d70d03
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test_matrix.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand All @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1d70d03

Please sign in to comment.