diff --git a/.github/workflows/cleanup_pr_body.yml b/.github/workflows/cleanup_pr_body.yml index 3250b6671989..d5c6b8d43a6e 100644 --- a/.github/workflows/cleanup_pr_body.yml +++ b/.github/workflows/cleanup_pr_body.yml @@ -20,6 +20,11 @@ jobs: with: python-version: '3.12' + - name: Install Python dependencies + run: | + python3 -m pip install --upgrade pip + python3 -m pip install regex + - name: Update PR description env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}