Skip to content

Commit cef1a03

Browse files
authored
Update image for LaTeX job (#10916)
1 parent b5ba1ed commit cef1a03

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

.github/workflows/latex.yml

+5-4
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,16 @@ permissions:
66
contents: read
77

88
jobs:
9-
build:
9+
test:
1010
runs-on: ubuntu-18.04
11-
name: Python 3.8
11+
name: Test on LaTeX image
1212
container:
13-
image: sphinxdoc/docker-ci
13+
image: ghcr.io/sphinx-doc/sphinx-ci
1414
env:
1515
DO_EPUBCHECK: 1
16-
PATH: /python3.8/bin/:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
1716
steps:
17+
- name: Alias python3 to python
18+
run: ln -s /usr/bin/python3 /usr/bin/python
1819
- uses: actions/checkout@v3
1920
- name: Check Python version
2021
run: python --version

tox.ini

+1
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ passenv =
1313
PERL
1414
PERL5LIB
1515
PYTEST_ADDOPTS
16+
DO_EPUBCHECK
1617
EPUBCHECK_PATH
1718
TERM
1819
description =

0 commit comments

Comments
 (0)