Skip to content

Commit 2935800

Browse files
authored
Merge branch 'main' into is_remote_parent_span_flag
2 parents 57faaec + 634c9f4 commit 2935800

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/test.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ env:
1111
# opentelemetry-python-contrib which is compatible with these Core repo
1212
# changes.
1313
CONTRIB_REPO_SHA: 9ce1c26d2732dfbdadbb492fc38c562dcd08ed2e
14+
1415
# This is needed because we do not clone the core repo in contrib builds anymore.
1516
# When running contrib builds as part of core builds, we use actions/checkout@v4 which
1617
# does not set an environment variable (simply just runs tox), which is different when
@@ -19,6 +20,9 @@ env:
1920
# from within the contrib build.
2021
CORE_REPO_SHA: ${{ github.sha }}
2122

23+
# See #3879 and https://pip.pypa.io/en/stable/cli/pip/#exists-action-option
24+
PIP_EXISTS_ACTION: w
25+
2226
jobs:
2327
build:
2428
env:

0 commit comments

Comments
 (0)