Skip to content

Commit 1db0395

Browse files
committed
Remove version display
1 parent b3e6275 commit 1db0395

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

bench_runner/templates/_benchmark.src.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,6 @@ jobs:
126126
- name: Running pyperformance
127127
if: ${{ steps.should_run.outputs.should_run != 'false' }}
128128
run: |
129-
cpython\$env:BUILD_DEST\python.exe -VV
130129
venv\Scripts\python.exe -m bench_runner run_benchmarks benchmark cpython\$env:BUILD_DEST\python.exe ${{ inputs.fork }} ${{ inputs.ref }} ${{ inputs.benchmarks || 'all' }} "${{ env.flags }}" --run_id ${{ github.run_id }}
131130
# Pull again, since another job may have committed results in the meantime
132131
- name: Pull benchmarking

0 commit comments

Comments
 (0)