From ff3210b0bce8e069d47991ac741595251a7b9f09 Mon Sep 17 00:00:00 2001 From: Adam Turner <9087854+aa-turner@users.noreply.github.com> Date: Wed, 12 Oct 2022 21:31:16 +0100 Subject: [PATCH] Update image for LaTeX job --- .github/workflows/latex.yml | 9 +++++---- tox.ini | 1 + 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/.github/workflows/latex.yml b/.github/workflows/latex.yml index 12e39f54fd6..e5d9930c6fa 100644 --- a/.github/workflows/latex.yml +++ b/.github/workflows/latex.yml @@ -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 diff --git a/tox.ini b/tox.ini index dfae569cfaa..834e8e78a67 100644 --- a/tox.ini +++ b/tox.ini @@ -13,6 +13,7 @@ passenv = PERL PERL5LIB PYTEST_ADDOPTS + DO_EPUBCHECK EPUBCHECK_PATH TERM description =