Skip to content

Commit f15bb91

Browse files
committed
fix ci
Signed-off-by: emdneto <[email protected]>
1 parent 9d741fc commit f15bb91

File tree

2 files changed

+1
-38
lines changed

2 files changed

+1
-38
lines changed

.github/workflows/misc_0.yml

Lines changed: 0 additions & 38 deletions
Original file line numberDiff line numberDiff line change
@@ -66,44 +66,6 @@ jobs:
6666
- name: Run tests
6767
run: tox -e tracecontext
6868

69-
mypy:
70-
name: mypy
71-
runs-on: ubuntu-latest
72-
timeout-minutes: 30
73-
steps:
74-
- name: Checkout repo @ SHA - ${{ github.sha }}
75-
uses: actions/checkout@v4
76-
77-
- name: Set up Python 3.11
78-
uses: actions/setup-python@v5
79-
with:
80-
python-version: "3.11"
81-
82-
- name: Install tox
83-
run: pip install tox
84-
85-
- name: Run tests
86-
run: tox -e mypy
87-
88-
mypyinstalled:
89-
name: mypyinstalled
90-
runs-on: ubuntu-latest
91-
timeout-minutes: 30
92-
steps:
93-
- name: Checkout repo @ SHA - ${{ github.sha }}
94-
uses: actions/checkout@v4
95-
96-
- name: Set up Python 3.11
97-
uses: actions/setup-python@v5
98-
with:
99-
python-version: "3.11"
100-
101-
- name: Install tox
102-
run: pip install tox
103-
104-
- name: Run tests
105-
run: tox -e mypyinstalled
106-
10769
typecheck:
10870
name: typecheck
10971
runs-on: ubuntu-latest

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,7 @@ exclude = [
112112
"opentelemetry-sdk/src/opentelemetry/sdk/_configuration",
113113
"opentelemetry-sdk/src/opentelemetry/sdk/_events",
114114
"opentelemetry-sdk/src/opentelemetry/sdk/_logs",
115+
"opentelemetry-sdk/src/opentelemetry/sdk/error_handler",
115116
"opentelemetry-sdk/src/opentelemetry/sdk/metrics",
116117
"opentelemetry-sdk/src/opentelemetry/sdk/trace",
117118
"opentelemetry-sdk/src/opentelemetry/sdk/util",

0 commit comments

Comments
 (0)