Skip to content

Commit cbfc703

Browse files
Don't run python tests on windows, which aren't supported anyway (#25598)
1 parent 5ebddcb commit cbfc703

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
@@ -96,7 +96,7 @@ jobs:
9696
with:
9797
credentials: ${{ secrets.GAR_SERVICE_ACCOUNT }}
9898
bazel-cache: "upb-bazel-windows"
99-
bazel: test --cxxopt=/std:c++17 --host_cxxopt=/std:c++17 //upb/... //upb_generator/... //python/...
99+
bazel: test --cxxopt=/std:c++17 --host_cxxopt=/std:c++17 //upb/... //upb_generator/...
100100
version: 6.4.0
101101
exclude-targets: -//python:conformance_test -//upb/reflection:def_builder_test
102102

0 commit comments

Comments
 (0)