Skip to content

Commit 34e4479

Browse files
committed
Separa pasos de instalación
Esto nos permitirá ver mejor en qué pasó en particular nos estamos demorando más.
1 parent efa1082 commit 34e4479

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/main.yml

+5
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,15 @@ jobs:
1919
with:
2020
python-version: "3.11"
2121
cache: "pip"
22+
- name: Instalar dependencias de sistema
2223
run: |
2324
sudo apt-get update
2425
sudo apt-get install -y hunspell hunspell-es gettext language-pack-es
26+
- name: Instalar dependencias de Python
27+
run: |
2528
python -m pip install -r requirements.txt
29+
- name: Listar paquetes y versiones
30+
run: |
2631
pip list
2732
pospell --version
2833
powrap --version

0 commit comments

Comments
 (0)