8000 Update update_changes.yml · python/python-docs-tr@0898cef · GitHub
[go: up one dir, main page]

Skip to content

Commit 0898cef

Browse files
authored
Update update_changes.yml
1 parent 01cb4a8 commit 0898cef

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/update_changes.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,9 @@ jobs:
1111

1212
steps:
1313
- uses: actions/checkout@v3
14+
15+
- name: Clone CPython Repo
16+
run: git clone https://github.com/python/cpython venv/cpython
1417

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

0 commit comments

Comments
 (0)
0