We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 08810fe commit 3a0a877Copy full SHA for 3a0a877
.github/workflows/test.yml
@@ -58,7 +58,16 @@ jobs:
58
os: [ubuntu-20.04, windows-2019]
59
exclude:
60
- python-version: py37
61
- package: "getting-started"
+ package:
62
+ - "getting-started"
63
+ - python-version: pypy3
64
65
66
+ - "opencensus-shim"
67
+ - "exporter-opencensus"
68
+ - "exporter-otlp-proto-common"
69
+ - "exporter-otlp-combined"
70
+ - "exporter-otlp-proto-grpc"
71
72
steps:
73
- name: Checkout Core Repo @ SHA - ${{ github.sha }}
0 commit comments