Skip to content

Commit 685a45a

Browse files
committed
WIP
1 parent d4da3ba commit 685a45a

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ env:
1010
# Otherwise, set variable to the commit of your branch on
1111
# opentelemetry-python-contrib which is compatible with these Core repo
1212
# changes.
13-
CONTRIB_REPO_SHA: de8c5c63fdc69193a12b8aa92425319adea74d2d
13+
CONTRIB_REPO_SHA: 1a984d3ba18d4080c58485b7d807dba241179d41
1414
# This is needed because we do not clone the core repo in contrib builds anymore.
1515
# When running contrib builds as part of core builds, we use actions/checkout@v2 which
1616
# does not set an environment variable (simply just runs tox), which is different when

tox.ini

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ envlist =
2020

2121
; docs/getting-started
2222
py3{8,9,10,11}-opentelemetry-getting-started
23+
pypy3-opentelemetry-getting-started
2324

2425
py3{8,9,10,11}-opentelemetry-opentracing-shim
2526
pypy3-opentelemetry-opentracing-shim
@@ -31,6 +32,7 @@ envlist =
3132
; exporter-opencensus intentionally excluded from pypy3
3233

3334
py3{8,9,10,11}-proto{3,4}-opentelemetry-exporter-otlp-proto-common
35+
pypy3-proto{3,4}-opentelemetry-exporter-otlp-proto-common
3436

3537
; opentelemetry-exporter-otlp
3638
py3{8,9,10,11}-opentelemetry-exporter-otlp-combined

0 commit comments

Comments
 (0)