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 3fa2190 commit 8f88871Copy full SHA for 8f88871
.github/workflows/test-translation.yml
@@ -17,6 +17,8 @@ jobs:
17
fail-fast: false
18
matrix:
19
version: [ 3.13 ]
20
+ exclude:
21
+ - file: "README.rst"
22
continue-on-error: true
23
steps:
24
- uses: actions/setup-python@master
@@ -35,6 +37,8 @@ jobs:
35
37
36
38
39
40
41
42
format: [ html, latex ]
43
44
@@ -66,6 +70,8 @@ jobs:
66
70
strategy:
67
71
68
72
73
74
69
75
needs: [ 'build-translation' ]
76
77
- uses: actions/download-artifact@master
0 commit comments