mirror of
https://github.com/servo/servo.git
synced 2025-09-30 08:39:16 +01:00
ci: Stop using python3 ./mach
(#39271)
this way of invoking mach is incorrect now that we use uv, and it will prevent us from running bencher builds on self-hosted runners (#39269), where the system Python is too old (3.10 vs 3.11). Testing: - mach try bencher <https://github.com/servo/servo/actions/runs/17675086579> Fixes: part of #39269 Signed-off-by: Delan Azabani <dazabani@igalia.com>
This commit is contained in:
parent
2b2ea05c12
commit
25147c75cb
2 changed files with 4 additions and 4 deletions
2
.github/workflows/ohos.yml
vendored
2
.github/workflows/ohos.yml
vendored
|
@ -289,7 +289,7 @@ jobs:
|
|||
continue-on-error: true
|
||||
- name: Run speedometer
|
||||
id: BencherRun
|
||||
run: python3 ./mach test-speedometer-ohos --bmf-output speedometer.json --profile ${{ inputs.profile }}
|
||||
run: ./mach test-speedometer-ohos --bmf-output speedometer.json --profile ${{ inputs.profile }}
|
||||
continue-on-error: true
|
||||
- name: Create empty speedometer.json if failed
|
||||
run: touch speedometer.json
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue