Skip to content

Commit 4b63d63

Browse files
committed
tmp: test only with python 3.9
Signed-off-by: Pavel Chekin <[email protected]>
1 parent 8d62a76 commit 4b63d63

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/build-test-python.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,8 @@ jobs:
6060
if [[ -n "${{ inputs.runner_label }}" ]]; then
6161
matrix='{"python": ["3.9", "3.10", "3.11", "3.12", "3.13"]}'
6262
else
63-
matrix='{"python": ["3.9", "3.10", "3.11", "3.12", "3.13"], "driver": ["rolling", "lts"]}'
63+
matrix='{"python": ["3.9"]}'
64+
#matrix='{"python": ["3.9", "3.10", "3.11", "3.12", "3.13"], "driver": ["rolling", "lts"]}'
6465
fi
6566
echo "matrix=$matrix" | tee -a $GITHUB_OUTPUT
6667

0 commit comments

Comments
 (0)