Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,7 @@ jobs:
python-version: 3.8
- name: Sincronizar con CPython
run: |
git submodule sync
git submodule update --init --force cpython
git submodule update --init --depth=1 cpython
- name: Instalar dependencias
run: |
sudo apt-get update
Expand Down