Skip to content

Commit be75e0e

Browse files
authored
Update create_pr.yml
1 parent d5ef9cd commit be75e0e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/create_pr.yml

+3
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,9 @@ jobs:
1515

1616
- name: Install dependencies
1717
run: pip install -r requirements.txt
18+
19+
- name: Clone CPython repo
20+
run: git clone https://github.com/python/cpython
1821

1922
- name: Run merge.py
2023
run: python merge.py branch ${GITHUB_REF##*/}

0 commit comments

Comments
 (0)