Skip to content

Commit 35be8fa

Browse files
authored
[CI/build] fix no regex (#18676)
Signed-off-by: reidliu41 <[email protected]> Co-authored-by: reidliu41 <[email protected]>
1 parent f2faac7 commit 35be8fa

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/cleanup_pr_body.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,11 @@ jobs:
2020
with:
2121
python-version: '3.12'
2222

23+
- name: Install Python dependencies
24+
run: |
25+
python3 -m pip install --upgrade pip
26+
python3 -m pip install regex
27+
2328
- name: Update PR description
2429
env:
2530
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)