Skip to content

Commit 5fc9ffe

Browse files
SNOW-2311643: Revert changes limiting build matrix (#2668)
1 parent 57a3d3b commit 5fc9ffe

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/build_test.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -460,9 +460,7 @@ jobs:
460460
download_name: macosx_x86_64
461461
- image_name: windows-latest
462462
download_name: win_amd64
463-
# TODO: temporarily reduce number of jobs: SNOW-2311643
464-
# python-version: ["3.10", "3.11", "3.12"]
465-
python-version: ["3.13"]
463+
python-version: ["3.10", "3.11", "3.12"]
466464
cloud-provider: [aws, azure, gcp]
467465
steps:
468466
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)