Skip to content

Commit

Permalink
Update image for LaTeX job (#10916)
Browse files Browse the repository at this point in the history
  • Loading branch information
AA-Turner committed Oct 12, 2022
1 parent b5ba1ed commit cef1a03
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/latex.yml
Expand Up @@ -6,15 +6,16 @@ permissions:
contents: read

jobs:
build:
test:
runs-on: ubuntu-18.04
name: Python 3.8
name: Test on LaTeX image
container:
image: sphinxdoc/docker-ci
image: ghcr.io/sphinx-doc/sphinx-ci
env:
DO_EPUBCHECK: 1
PATH: /python3.8/bin/:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
steps:
- name: Alias python3 to python
run: ln -s /usr/bin/python3 /usr/bin/python
- uses: actions/checkout@v3
- name: Check Python version
run: python --version
Expand Down
1 change: 1 addition & 0 deletions tox.ini
Expand Up @@ -13,6 +13,7 @@ passenv =
PERL
PERL5LIB
PYTEST_ADDOPTS
DO_EPUBCHECK
EPUBCHECK_PATH
TERM
description =
Expand Down

0 comments on commit cef1a03

Please sign in to comment.