Skip to content

Commit ded47cc

Browse files
authored
chore: Use correct Python versions in integration tests fork (#211)
1 parent abcee73 commit ded47cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/python_integration_tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ jobs:
7373
runs-on: ubuntu-latest
7474
strategy:
7575
matrix:
76-
python-version: ["3.9", "3.12"] # Oldest and newest supported Python versions.
76+
python-version: ${{ fromJSON(inputs.python-versions)}}
7777
max-parallel: 1 # No parallel tests to avoid overshooting limits.
7878

7979
steps:

0 commit comments

Comments
 (0)