We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b5ba1ed commit cef1a03Copy full SHA for cef1a03
.github/workflows/latex.yml
@@ -6,15 +6,16 @@ permissions:
6
contents: read
7
8
jobs:
9
- build:
+ test:
10
runs-on: ubuntu-18.04
11
- name: Python 3.8
+ name: Test on LaTeX image
12
container:
13
- image: sphinxdoc/docker-ci
+ image: ghcr.io/sphinx-doc/sphinx-ci
14
env:
15
DO_EPUBCHECK: 1
16
- PATH: /python3.8/bin/:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
17
steps:
+ - name: Alias python3 to python
18
+ run: ln -s /usr/bin/python3 /usr/bin/python
19
- uses: actions/checkout@v3
20
- name: Check Python version
21
run: python --version
tox.ini
@@ -13,6 +13,7 @@ passenv =
PERL
PERL5LIB
PYTEST_ADDOPTS
+ DO_EPUBCHECK
EPUBCHECK_PATH
TERM
description =
0 commit comments