Skip to content

Commit 77c4db3

Browse files
authored
Dejar sólo diccionario ES en CI (#1172)
1 parent 5debc1a commit 77c4db3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,6 @@ jobs:
3333
- name: Pospell
3434
run: |
3535
python scripts/create_dict.py
36-
pospell -p dict.txt -l es_AR -l es_ES **/*.po
36+
pospell -p dict.txt -l es_ES **/*.po
3737
- name: Construir documentación
3838
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

0 commit comments

Comments
 (0)