There was an error while loading. Please reload this page.
1 parent fad3668 commit c033a2cCopy full SHA for c033a2c
1 file changed
.github/workflows/test-build.yml
@@ -14,7 +14,7 @@ jobs:
14
strategy:
15
fail-fast: false
16
matrix:
17
- version: [ '3.15' ] # version: [ '3.15', '3.14' ]
+ version: [ '3.15', '3.14' ]
18
format: [ html, latex ]
19
steps:
20
- uses: actions/setup-python@master
@@ -47,7 +47,7 @@ jobs:
47
runs-on: ubuntu-latest
48
49
50
51
needs: [ 'build-translation' ]
52
53
- uses: actions/download-artifact@master
0 commit comments