From 10d275d14e30ca1bbc01831fdd022725b0873122 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=81lvaro=20Mond=C3=A9jar?= Date: Sat, 19 Dec 2020 15:06:13 +0100 Subject: [PATCH] =?UTF-8?q?Dejar=20s=C3=B3lo=20diccionario=20ES=20en=20CI?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 4b85fd9c1d..55d3a879a3 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -33,6 +33,6 @@ jobs: - name: Pospell run: | python scripts/create_dict.py - pospell -p dict.txt -l es_AR -l es_ES **/*.po + pospell -p dict.txt -l es_ES **/*.po - name: Construir documentación run: PYTHONWARNINGS=ignore::FutureWarning sphinx-build -j auto -W --keep-going -b html -d cpython/Doc/_build/doctree -D language=es . cpython/Doc/_build/html