File tree Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -6,15 +6,16 @@ permissions:
6
6
contents : read
7
7
8
8
jobs :
9
- build :
9
+ test :
10
10
runs-on : ubuntu-18.04
11
- name : Python 3.8
11
+ name : Test on LaTeX image
12
12
container :
13
- image : sphinxdoc/docker -ci
13
+ image : ghcr.io/sphinx-doc/sphinx -ci
14
14
env :
15
15
DO_EPUBCHECK : 1
16
- PATH : /python3.8/bin/:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
17
16
steps :
17
+ - name : Alias python3 to python
18
+ run : ln -s /usr/bin/python3 /usr/bin/python
18
19
- uses : actions/checkout@v3
19
20
- name : Check Python version
20
21
run : python --version
Original file line number Diff line number Diff line change @@ -13,6 +13,7 @@ passenv =
13
13
PERL
14
14
PERL5LIB
15
15
PYTEST_ADDOPTS
16
+ DO_EPUBCHECK
16
17
EPUBCHECK_PATH
17
18
TERM
18
19
description =
You can’t perform that action at this time.
0 commit comments