8000 Optimizada sincronización con CPython en CI (#1186) · Rafaelbarr/python-docs-es@cfbdafb · GitHub
[go: up one dir, main page]

Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit cfbdafb

Browse files
mondejacmaureir
andauthored
Optimizada sincronización con CPython en CI (python#1186)
Co-authored-by: Cristián Maureira-Fredes <Cristian.Maureira-Fredes@qt.io>
1 parent 7aa5a2a commit cfbdafb

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,7 @@ jobs:
1818
python-version: 3.9
1919
- name: Sincronizar con CPython
2020
run: |
21-
git submodule sync
22-
git submodule update --init --force cpython
21+
git submodule update --init --depth=1 cpython
2322
- name: Instalar dependencias
2423
run: |
2524
sudo apt-get update

0 commit comments

Comments
 (0)
0