Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/sphinx-doc/sphinx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdam Turner <9087854+AA-Turner@users.noreply.github.com>2022-10-13 01:01:55 +0300
committerGitHub <noreply@github.com>2022-10-13 01:01:55 +0300
commitcef1a030cd892cd9f0f4931e39a96331947f695b (patch)
tree64f3d2d6505ce4e8ceb755be87fa622d2f4aa688
parentb5ba1ede2ab62ea566b5ab944a4ccd9b1c2eecdd (diff)
Update image for LaTeX job (#10916)5.x
-rw-r--r--.github/workflows/latex.yml9
-rw-r--r--tox.ini1
2 files changed, 6 insertions, 4 deletions
diff --git a/.github/workflows/latex.yml b/.github/workflows/latex.yml
index 12e39f54f..e5d9930c6 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 dfae569cf..834e8e78a 100644
--- a/tox.ini
+++ b/tox.ini
@@ -13,6 +13,7 @@ passenv =
PERL
PERL5LIB
PYTEST_ADDOPTS
+ DO_EPUBCHECK
EPUBCHECK_PATH
TERM
description =