Skip to content

Commit 73be936

Browse files
authored
Remove python from UPB / Windows tests (#26497)
This was broken by a Github Runner Image bump from 3.9 to 3.12 which removed the setuptools dependency by default. We could probably fix this but python isn't actually in support anymore in 25.x and we have this disabled in main anyways due to system_python's silent failure mode in windows: b882eb7
1 parent f125aa5 commit 73be936

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/test_upb.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ jobs:
7878
with:
7979
credentials: ${{ secrets.GAR_SERVICE_ACCOUNT }}
8080
bazel-cache: "upb-bazel-windows"
81-
bazel: test --cxxopt=/std:c++17 --host_cxxopt=/std:c++17 //upb/... //upb_generator/... //python/... //protos/... //protos_generator/...
81+
bazel: test --cxxopt=/std:c++17 --host_cxxopt=/std:c++17 //upb/... //upb_generator/... //protos/... //protos_generator/...
8282
exclude-targets: -//python:conformance_test -//upb:def_builder_test
8383

8484
macos:

0 commit comments

Comments
 (0)