Skip to content

Commit a18140f

Browse files
authored
Pin to 3.12.4 (temporalio#635)
1 parent 4aef4bf commit a18140f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,8 @@ jobs:
4646
workspaces: temporalio/bridge -> target
4747
- uses: actions/setup-python@v5
4848
with:
49-
python-version: ${{ matrix.python }}
49+
# Pinning due to failed Windows builds on 3.12.5 https://github.com/temporalio/sdk-python/issues/637
50+
python-version: ${{ matrix.python == '3.12' && '3.12.4' || matrix.python }}
5051
- uses: arduino/setup-protoc@v3
5152
with:
5253
# TODO(cretz): Can upgrade proto when https://github.com/arduino/setup-protoc/issues/99 fixed

0 commit comments

Comments
 (0)