We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7aa5a2a commit cfbdafbCopy full SHA for cfbdafb
1 file changed
.github/workflows/main.yml
@@ -18,8 +18,7 @@ jobs:
18
python-version: 3.9
19
- name: Sincronizar con CPython
20
run: |
21
- git submodule sync
22
- git submodule update --init --force cpython
+ git submodule update --init --depth=1 cpython
23
- name: Instalar dependencias
24
25
sudo apt-get update
0 commit comments