Skip to content

Commit 8dd9372

Browse files
authored
Replaced the version number.
1 parent 7b14012 commit 8dd9372

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test-translation.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
strategy:
1717
fail-fast: false
1818
matrix:
19-
version: [ '3.14' ]
19+
version: [ '3.13' ]
2020
continue-on-error: true
2121
steps:
2222
- uses: actions/setup-python@master
@@ -77,4 +77,4 @@ jobs:
7777
- uses: actions/upload-artifact@master
7878
with:
7979
name: build-${{ matrix.version }}-pdf
80-
path: .
80+
path: .

0 commit comments

Comments
 (0)