Skip to content

Commit 669f648

Browse files
committed
first try on bump otel-proto to protobuf5
1 parent cafd7f2 commit 669f648

File tree

28 files changed

+3218
-2753
lines changed

28 files changed

+3218
-2753
lines changed

.github/workflows/misc_0.yml

Lines changed: 3 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -106,8 +106,8 @@ jobs:
106106
- name: Run tests
107107
run: tox -e docs
108108

109-
docker-tests-proto3:
110-
name: docker-tests-proto3
109+
docker-tests-proto:
110+
name: docker-tests-proto
111111
runs-on: ubuntu-latest
112112
steps:
113113
- name: Checkout repo @ SHA - ${{ github.sha }}
@@ -122,25 +122,7 @@ jobs:
122122
run: pip install tox
123123

124124
- name: Run tests
125-
run: tox -e docker-tests-proto3
126-
127-
docker-tests-proto4:
128-
name: docker-tests-proto4
129-
runs-on: ubuntu-latest
130-
steps:
131-
- name: Checkout repo @ SHA - ${{ github.sha }}
132-
uses: actions/checkout@v4
133-
134-
- name: Set up Python 3.10
135-
uses: actions/setup-python@v5
136-
with:
137-
python-version: "3.10"
138-
139-
- name: Install tox
140-
run: pip install tox
141-
142-
- name: Run tests
143-
run: tox -e docker-tests-proto4
125+
run: tox -e docker-tests-proto
144126

145127
public-symbols-check:
146128
name: public-symbols-check

0 commit comments

Comments
 (0)