Thanks to visit codestin.com Credit goes to github.com
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 9aa437b commit ef173f6Copy full SHA for ef173f6
1 file changed
.github/workflows/update-and-build.yml
@@ -9,7 +9,7 @@ jobs:
9
runs-on: ubuntu-latest
10
strategy:
11
matrix:
12
- version: [3.8, 3.9]
+ version: [3.8, 3.9, '3.10']
13
steps:
14
- uses: styfle/cancel-workflow-action@main
15
with:
@@ -43,7 +43,7 @@ jobs:
43
44
45
46
47
format: [html, latex]
48
needs: ['update-translation']
49
@@ -70,7 +70,7 @@ jobs:
70
71
72
73
74
needs: ['build-translation']
75
76
- uses: actions/download-artifact@master
0 commit comments