1 parent 11e6240 commit 408323aCopy full SHA for 408323a
1 file changed
.github/workflows/test-build.yml
@@ -14,7 +14,7 @@ jobs:
14
strategy:
15
fail-fast: false
16
matrix:
17
- version: [ '3.14', '3.13', '3.12' ]
+ version: [ '3.14' ]
18
format: [ html, latex ]
19
steps:
20
- uses: actions/setup-python@master
@@ -45,7 +45,7 @@ jobs:
45
runs-on: ubuntu-latest
46
47
48
49
needs: [ 'build-translation' ]
50
51
- uses: actions/download-artifact@master
@@ -57,4 +57,4 @@ jobs:
57
- uses: actions/upload-artifact@master
58
with:
59
name: build-${{ matrix.version }}-pdf
60
- path: .
+ path: .
0 commit comments