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 4a24bba commit abc35e3Copy full SHA for abc35e3
1 file changed
.github/workflows/main.yml
@@ -19,10 +19,15 @@ jobs:
19
with:
20
python-version: "3.11"
21
cache: "pip"
22
+ - name: Instalar dependencias de sistema
23
run: |
24
sudo apt-get update
25
sudo apt-get install -y hunspell hunspell-es gettext language-pack-es
26
+ - name: Instalar dependencias de Python
27
+ run: |
28
python -m pip install -r requirements.txt
29
+ - name: Listar paquetes y versiones
30
31
pip list
32
pospell --version
33
powrap --version
0 commit comments