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 fddbefa commit bbaeb4bCopy full SHA for bbaeb4b
.github/workflows/check.yml
@@ -214,7 +214,7 @@ jobs:
214
run: ./scripts/setup.sh
215
216
- name: Install gettext
217
- run: sudo apt update -y && sudo apt install gettext -y
+ run: sudo apt update -y && sudo apt install gettext hunspell hunspell-pt-br -y
218
219
- name: Generate template files without literal-block
220
working-directory: cpython/Doc
0 commit comments