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 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 : 7b42e4354dc3244ef2878bfd0d7d4c80d25cba0a
13+ CONTRIB_REPO_SHA : ac84e9968fc5bfb16016a4e0ca82059bf1e86511
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
6060 if : ${{ matrix.os == 'windows-2019' && matrix.python-version == 'py36' }}
6161 shell : pwsh
6262 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
6366 - name : run tox
6467 run : tox -f ${{ matrix.python-version }}-${{ matrix.package }} -- --benchmark-json=${{ env.RUN_MATRIX_COMBINATION }}-benchmark.json
6568 - name : Find and merge benchmarks
You can’t perform that action at this time.
0 commit comments