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: