Skip to content

Commit d4da3ba

Browse files
committed
Revert "Remove excludes"
This reverts commit 1cf7b42.
1 parent 1cf7b42 commit d4da3ba

1 file changed

Lines changed: 15 additions & 0 deletions

File tree

.github/workflows/test.yml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,21 @@ jobs:
5555
- "propagator-b3"
5656
- "propagator-jaeger"
5757
os: [ubuntu-20.04, windows-2019]
58+
exclude:
59+
- python-version: py37
60+
package: "getting-started"
61+
- python-version: pypy3
62+
package: "getting-started"
63+
- python-version: pypy3
64+
package: "opencensus-shim"
65+
- python-version: pypy3
66+
package: "exporter-opencensus"
67+
- python-version: pypy3
68+
package: "exporter-otlp-proto-common"
69+
- python-version: pypy3
70+
package: "exporter-otlp-combined"
71+
- python-version: pypy3
72+
package: "exporter-otlp-proto-grpc"
5873

5974
steps:
6075
- name: Checkout Core Repo @ SHA - ${{ github.sha }}

0 commit comments

Comments
 (0)