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:
Martin Robinson 2024-10-16 15:29:00 -07:00 committed by GitHub
parent 066d3103bb
commit fc569260d2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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: