File tree Expand file tree Collapse file tree 3 files changed +9
-0
lines changed Expand file tree Collapse file tree 3 files changed +9
-0
lines changed Original file line number Diff line number Diff line change 30
30
- uses : actions/checkout@v4
31
31
with :
32
32
submodules : recursive
33
+ - uses : actions/setup-python@v5
34
+ with :
35
+ python-version : " 3.13"
33
36
34
37
# Install Rust locally for non-Linux (Linux uses an internal docker
35
38
# command to build with cibuildwheel which uses rustup install defined
Original file line number Diff line number Diff line change 38
38
- uses : Swatinem/rust-cache@v2
39
39
with :
40
40
workspaces : temporalio/bridge -> target
41
+ - uses : actions/setup-python@v5
42
+ with :
43
+ python-version : ${{ matrix.python }}
41
44
- uses : arduino/setup-protoc@v3
42
45
with :
43
46
# TODO(cretz): Can upgrade proto when https://github.com/arduino/setup-protoc/issues/99 fixed
Original file line number Diff line number Diff line change 35
35
- uses : Swatinem/rust-cache@v2
36
36
with :
37
37
workspaces : temporalio/bridge -> target
38
+ - uses : actions/setup-python@v5
39
+ with :
40
+ python-version : " 3.13"
38
41
- uses : arduino/setup-protoc@v3
39
42
with :
40
43
# TODO(cretz): Can upgrade proto when https://github.com/arduino/setup-protoc/issues/99 fixed
You can’t perform that action at this time.
0 commit comments