mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
Update image for LaTeX job (#10916)
This commit is contained in:
parent
b5ba1ede2a
commit
cef1a030cd
9
.github/workflows/latex.yml
vendored
9
.github/workflows/latex.yml
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user