Skip to content

Commit 544a5f0

Browse files
authored
Update update_changes.yml
1 parent 0898cef commit 544a5f0

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/update_changes.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,11 @@ jobs:
1414

1515
- name: Clone CPython Repo
1616
run: git clone https://github.com/python/cpython venv/cpython
17+
18+
- name: Set Up Python 3.11
19+
uses: actions/setup-python@v4
20+
with:
21+
python-version: "3.11"
1722

1823
- name: Install dependencies
1924
run: pip install -r requirements.txt && sudo apt install gettext

0 commit comments

Comments
 (0)