Skip to content

Commit fde1a5e

Browse files
Copilotm-aciek
andauthored
Move PDF dependency install into prior apt step
Agent-Logs-Url: https://github.com/python/python-docs-pl/sessions/d3093b9e-1165-4271-8bf8-718fe79c38bd Co-authored-by: m-aciek <9288014+m-aciek@users.noreply.github.com>
1 parent 63ce38c commit fde1a5e

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

.github/workflows/update-lint-and-build.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -128,9 +128,7 @@ jobs:
128128
with:
129129
name: build-${{ matrix.version }}-latex
130130
- run: sudo apt-get update
131-
- run: sudo apt-get install -y latexmk texlive-xetex fonts-freefont-otf xindy
132-
- run: sudo apt-get install -y librsvg2-bin
133-
if: ${{ fromJSON(matrix.version) >= 3.14 }}
131+
- run: sudo apt-get install -y latexmk texlive-xetex fonts-freefont-otf xindy librsvg2-bin
134132
- run: make
135133
- uses: actions/upload-artifact@v7.0.0
136134
with:

0 commit comments

Comments
 (0)