We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2e8161e commit f0de1aeCopy full SHA for f0de1ae
.github/workflows/test-translation.yml
@@ -16,7 +16,7 @@ jobs:
16
strategy:
17
fail-fast: false
18
matrix:
19
- version: [ '3.13' ]
+ version: [ 3.13 ]
20
continue-on-error: true
21
steps:
22
- uses: actions/setup-python@master
@@ -34,7 +34,7 @@ jobs:
34
35
36
37
38
format: [ html, latex ]
39
40
@@ -65,7 +65,7 @@ jobs:
65
runs-on: ubuntu-latest
66
67
68
69
needs: [ 'build-translation' ]
70
71
- uses: actions/download-artifact@master
0 commit comments