We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e443b72 commit a6a3caeCopy full SHA for a6a3cae
.github/workflows/test.yml
@@ -10,7 +10,7 @@ env:
10
# Otherwise, set variable to the commit of your branch on
11
# opentelemetry-python-contrib which is compatible with these Core repo
12
# changes.
13
- CONTRIB_REPO_SHA: 481972cf87c1506e789f586843ba82d93633eac7
+ CONTRIB_REPO_SHA: bf9f748f4cde9dbb334cd4930af2ab8d2a52a1b0
14
# This is needed because we do not clone the core repo in contrib builds anymore.
15
# When running contrib builds as part of core builds, we use actions/checkout@v2 which
16
# does not set an environment variable (simply just runs tox), which is different when
0 commit comments