Skip to content

Commit 3a0a877

Browse files
committed
Ignore pypy3 for some packages
1 parent 08810fe commit 3a0a877

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

.github/workflows/test.yml

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,16 @@ jobs:
5858
os: [ubuntu-20.04, windows-2019]
5959
exclude:
6060
- python-version: py37
61-
package: "getting-started"
61+
package:
62+
- "getting-started"
63+
- python-version: pypy3
64+
package:
65+
- "getting-started"
66+
- "opencensus-shim"
67+
- "exporter-opencensus"
68+
- "exporter-otlp-proto-common"
69+
- "exporter-otlp-combined"
70+
- "exporter-otlp-proto-grpc"
6271

6372
steps:
6473
- name: Checkout Core Repo @ SHA - ${{ github.sha }}

0 commit comments

Comments
 (0)