File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 97
97
TEMPORAL_TEST_PROTO3 : 1
98
98
run : |
99
99
uv add --python 3.9 "protobuf<4"
100
- uv sync --all-extras
100
+ uv sync --all-extras --python 3.9
101
101
poe build-develop
102
102
poe gen-protos
103
103
poe format
Original file line number Diff line number Diff line change @@ -1544,7 +1544,7 @@ poe test -s --log-cli-level=DEBUG -k test_sync_activity_thread_cancel_caught
1544
1544
#### Proto Generation and Testing
1545
1545
1546
1546
To allow for backwards compatibility, protobuf code is generated on the 3.x series of the protobuf library. To generate
1547
- protobuf code, you must be on Python <= 3.10, and then run ` uv add "protobuf<4" ` + ` uv sync --all-extras ` . Then the
1547
+ protobuf code, run ` uv add "protobuf<4" --python 3.10 ` + ` uv sync --all-extras --python 3.10 ` . Then the
1548
1548
protobuf files can be generated via ` poe gen-protos ` . Tests can be run for protobuf version 3 by setting the
1549
1549
` TEMPORAL_TEST_PROTO3 ` env var to ` 1 ` prior to running tests.
1550
1550
You can’t perform that action at this time.
0 commit comments