mirror of
https://github.com/servo/servo.git
synced 2025-06-06 16:45:39 +00:00
ci: Fix the WPT export job again by removing --break-system-packages
(#33874)
Signed-off-by: Martin Robinson <mrobinson@igalia.com>
This commit is contained in:
parent
066d3103bb
commit
fc569260d2
1 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@ jobs:
|
|||
# See https://github.com/actions/checkout/issues/162.
|
||||
token: ${{ secrets.WPT_SYNC_TOKEN }}
|
||||
- name: Install requirements
|
||||
run: pip install --break-system-packages -r servo/python/requirements.txt
|
||||
run: pip install -r servo/python/requirements.txt
|
||||
- name: Process pull request
|
||||
run: servo/python/wpt/export.py
|
||||
env:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue