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
Next Next commit
Optimizada sincronización con CPython en CI
  • Loading branch information
mondeja committed Dec 21, 2020
commit 8c150f141568eab3176d9e5f58508aebfe4b2f42
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