We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eb001fb commit b3e6275Copy full SHA for b3e6275
bench_runner/templates/_benchmark.src.yml
@@ -117,6 +117,7 @@ jobs:
117
if: ${{ steps.should_run.outputs.should_run != 'false' }}
118
run: |
119
# Copy the build products to a place that libraries can find them.
120
+ cd cpython
121
Copy-Item -Path $env:BUILD_DEST -Destination "libs" -Recurse
122
- name: Install pyperformance
123
0 commit comments