Skip to content

Commit 81c8947

Browse files
committed
Remove version display on Windows
1 parent 0c3101a commit 81c8947

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
@@ -118,7 +118,6 @@ jobs:
118118
PCbuild\build.bat ($env:BUILD_FLAGS -split ' ') ${{ inputs.pgo == true && '--pgo' || '' }} ${{ inputs.jit == true && '--experimental-jit' || '' }} ${{ inputs.tier2 == true && '--experimental-jit-interpreter' || '' }} ${{ inputs.nogil == true && '--disable-gil' || '' }} -c Release
119119
# Copy the build products to a place that libraries can find them.
120120
Copy-Item -Path $env:BUILD_DEST -Destination "libs" -Recurse
121-
$env:BUILD_DEST/python.exe -VV
122121
- name: Install pyperformance
123122
if: ${{ steps.should_run.outputs.should_run != 'false' }}
124123
run: |

0 commit comments

Comments
 (0)