aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin Robinson <mrobinson@igalia.com>2024-10-16 15:29:00 -0700
committerGitHub <noreply@github.com>2024-10-16 22:29:00 +0000
commitfc569260d201dd947aff1d9aa2e824c95fa26f2a (patch)
tree0f046b94d9d0041e835ee274e41af603c484af98
parent066d3103bb82c75d6a50138aa5564e1ff9aca468 (diff)
downloadservo-fc569260d201dd947aff1d9aa2e824c95fa26f2a.tar.gz
servo-fc569260d201dd947aff1d9aa2e824c95fa26f2a.zip
ci: Fix the WPT export job again by removing `--break-system-packages` (#33874)
Signed-off-by: Martin Robinson <mrobinson@igalia.com>
-rw-r--r--.github/workflows/pull-request-wpt-export.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/pull-request-wpt-export.yml b/.github/workflows/pull-request-wpt-export.yml
index 5380d85eb10..2942fe9f2cd 100644
--- a/.github/workflows/pull-request-wpt-export.yml
+++ b/.github/workflows/pull-request-wpt-export.yml
@@ -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: