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 dc99b6c commit 96b83a5Copy full SHA for 96b83a5
.github/workflows/main.yml
@@ -31,7 +31,7 @@ jobs:
31
run: sudo sed -i '/postgresql-common/d' /var/lib/dpkg/triggers/File
32
- name: Instalar dependencias de sistema
33
run: |
34
- sudo apt-get install -y hunspell hunspell-es gettext language-pack-es locales-all
+ sudo apt-get update && apt-get install -y hunspell hunspell-es gettext language-pack-es locales-all
35
- name: Instalar dependencias de Python
36
37
python -m pip install -r requirements.txt
0 commit comments