Skip to content

Commit 26995f4

Browse files
authored
Merge pull request #418 from Yhg1s/py-on-windows
Use `py` instead of `python` on Windows
2 parents 3140ba6 + 0062fc6 commit 26995f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bench_runner/templates/_benchmark.src.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ jobs:
7373
git gc
7474
- name: Building Python and running pyperformance
7575
run: |
76-
python workflow_bootstrap.py ${{ inputs.fork }} ${{ inputs.ref }} ${{ inputs.machine }} ${{ inputs.benchmarks || 'all' }} "${{ env.flags }}" ${{ inputs.force && '--force' || '' }} ${{ inputs.pgo && '--pgo' || '' }} --run_id ${{ github.run_id }}
76+
py workflow_bootstrap.py ${{ inputs.fork }} ${{ inputs.ref }} ${{ inputs.machine }} ${{ inputs.benchmarks || 'all' }} "${{ env.flags }}" ${{ inputs.force && '--force' || '' }} ${{ inputs.pgo && '--pgo' || '' }} --run_id ${{ github.run_id }}
7777
# Pull again, since another job may have committed results in the meantime
7878
- name: Pull benchmarking
7979
run: |

0 commit comments

Comments
 (0)