Use --break-system-packages when running pip in the WPT export job (#33749)

This seems to be necessary now, in much the same way it is necessary on
a normal Ubuntu system. I'm not sure what changed that this is now
required.

Signed-off-by: Martin Robinson <mrobinson@igalia.com>
This commit is contained in:
Martin Robinson 2024-10-09 09:16:09 -07:00 committed by GitHub
parent c430645606
commit 4d200a4348
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 -r servo/python/requirements.txt
run: pip install --break-system-packages -r servo/python/requirements.txt
- name: Process pull request
run: servo/python/wpt/export.py
env: