File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change 10
10
# Otherwise, set variable to the commit of your branch on
11
11
# opentelemetry-python-contrib which is compatible with these Core repo
12
12
# changes.
13
- CONTRIB_REPO_SHA : 7b42e4354dc3244ef2878bfd0d7d4c80d25cba0a
13
+ CONTRIB_REPO_SHA : ac84e9968fc5bfb16016a4e0ca82059bf1e86511
14
14
# This is needed because we do not clone the core repo in contrib builds anymore.
15
15
# When running contrib builds as part of core builds, we use actions/checkout@v2 which
16
16
# does not set an environment variable (simply just runs tox), which is different when
60
60
if : ${{ matrix.os == 'windows-2019' && matrix.python-version == 'py36' }}
61
61
shell : pwsh
62
62
run : Remove-Item .\.tox\ -Force -Recurse -ErrorAction Ignore
63
+ - name : Windows does not let git check out files with long names
64
+ if : ${{ matrix.os == 'windows-2019'}}
65
+ run : git config --system core.longpaths true
63
66
- name : run tox
64
67
run : tox -f ${{ matrix.python-version }}-${{ matrix.package }} -- --benchmark-json=${{ env.RUN_MATRIX_COMBINATION }}-benchmark.json
65
68
- name : Find and merge benchmarks
You can’t perform that action at this time.
0 commit comments