Skip to content

Commit 60ff141

Browse files
committed
Disable powrap due to gettext issue
Currently the CI is using an older version so there are problems with the wrapping.
1 parent 60eaf6f commit 60ff141

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

.github/workflows/main.yml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -75,9 +75,12 @@ jobs:
7575
- name: TRANSLATORS
7676
run: |
7777
diff -Naur TRANSLATORS <(LANG=es python scripts/sort.py < TRANSLATORS)
78-
- name: Powrap
79-
if: steps.po-files-to-check.outputs.any_po_files_to_check == 'true'
80-
run: powrap --diff --check --quiet ${{ steps.po-files-to-check.outputs.po_files_to_check }}
78+
# FIXME
79+
# Se deshabilita porque el CI usa gettext 0.21 que es muy antiguo
80+
# y la mayoría de los sistemas usa 0.22.X
81+
#- name: Powrap
82+
# if: steps.po-files-to-check.outputs.any_po_files_to_check == 'true'
83+
# run: powrap --diff --check --quiet ${{ steps.po-files-to-check.outputs.po_files_to_check }}
8184
- name: Sphinx lint
8285
if: steps.po-files-to-check.outputs.any_po_files_to_check == 'true'
8386
run: sphinx-lint ${{ steps.po-files-to-check.outputs.po_files_to_check }}

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy