Skip to content

Commit 3eed71f

Browse files
committed
focus on 3.15 bug fix
1 parent 015a621 commit 3eed71f

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/po-lint.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
strategy:
1515
fail-fast: false
1616
matrix:
17-
version: [ '3.15', '3.14' ]
17+
version: [ '3.15' ] # version: [ '3.15', '3.14' ]
1818
continue-on-error: true
1919
steps:
2020
- uses: actions/setup-python@master
@@ -25,4 +25,4 @@ jobs:
2525
with:
2626
ref: ${{ matrix.version }}
2727
- uses: rffontenelle/sphinx-lint-problem-matcher@v1.0.0
28-
- run: sphinx-lint
28+
- run: sphinx-lint

.github/workflows/test-build.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,11 +29,11 @@ jobs:
2929
- uses: actions/checkout@master
3030
with:
3131
ref: ${{ matrix.version }}
32-
path: Doc/locales/XX/LC_MESSAGES
32+
path: Doc/locales/de/LC_MESSAGES
3333
- run: git pull
34-
working-directory: ./Doc/locales/XX/LC_MESSAGES
34+
working-directory: ./Doc/locales/de/LC_MESSAGES
3535
- uses: sphinx-doc/github-problem-matcher@v1.1
36-
- run: make -e SPHINXOPTS="--color -D language='XX' -D suppress_warnings=i18n.inconsistent_references -W --keep-going" ${{ matrix.format }}
36+
- run: make -e SPHINXOPTS="--color -D language='de' -D suppress_warnings=i18n.inconsistent_references -W --keep-going" ${{ matrix.format }}
3737
working-directory: ./Doc
3838
- uses: actions/upload-artifact@master
3939
if: success() || failure()
@@ -45,7 +45,7 @@ jobs:
4545
runs-on: ubuntu-latest
4646
strategy:
4747
matrix:
48-
version: [ '3.15', '3.14' ]
48+
version: [ '3.15' ] # version: [ '3.15', '3.14' ]
4949
needs: [ 'build-translation' ]
5050
steps:
5151
- uses: actions/download-artifact@master

0 commit comments

Comments
 (0)