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.
2 parents 57faaec + 634c9f4 commit 2935800Copy full SHA for 2935800
.github/workflows/test.yml
@@ -11,6 +11,7 @@ env:
11
# opentelemetry-python-contrib which is compatible with these Core repo
12
# changes.
13
CONTRIB_REPO_SHA: 9ce1c26d2732dfbdadbb492fc38c562dcd08ed2e
14
+
15
# This is needed because we do not clone the core repo in contrib builds anymore.
16
# When running contrib builds as part of core builds, we use actions/checkout@v4 which
17
# does not set an environment variable (simply just runs tox), which is different when
@@ -19,6 +20,9 @@ env:
19
20
# from within the contrib build.
21
CORE_REPO_SHA: ${{ github.sha }}
22
23
+ # See #3879 and https://pip.pypa.io/en/stable/cli/pip/#exists-action-option
24
+ PIP_EXISTS_ACTION: w
25
26
jobs:
27
build:
28
env:
0 commit comments