We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4aef4bf commit a18140fCopy full SHA for a18140f
.github/workflows/ci.yml
@@ -46,7 +46,8 @@ jobs:
46
workspaces: temporalio/bridge -> target
47
- uses: actions/setup-python@v5
48
with:
49
- python-version: ${{ matrix.python }}
+ # 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 }}
51
- uses: arduino/setup-protoc@v3
52
53
# TODO(cretz): Can upgrade proto when https://github.com/arduino/setup-protoc/issues/99 fixed
0 commit comments