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 8cd7ed3 commit 4a24bbaCopy full SHA for 4a24bba
1 file changed
.github/workflows/main.yml
@@ -12,15 +12,13 @@ jobs:
12
runs-on: ubuntu-22.04
13
steps:
14
- uses: actions/checkout@v4
15
+ with:
16
+ submodules: 'true'
17
- name: Preparar Python v3.11
18
uses: actions/setup-python@v4
19
with:
20
python-version: "3.11"
21
cache: "pip"
- - name: Sincronizar con CPython
- run: |
22
- git submodule update --init --depth=1 cpython
23
- - name: Instalar dependencias
24
run: |
25
sudo apt-get update
26
sudo apt-get install -y hunspell hunspell-es gettext language-pack-es
0 commit comments