We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent df26341 commit 0df6ddeCopy full SHA for 0df6dde
.github/workflows/python-test.yml
@@ -4,17 +4,17 @@ on: [push]
4
5
jobs:
6
build:
7
-
8
runs-on: ubuntu-latest
9
strategy:
10
matrix:
11
python-version: [3.9]
12
13
steps:
14
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v4
15
- name: Install LaTeX
16
- run: |
17
- sudo apt-get install texlive-latex-base texlive-xetex latexmk
+ run: |
+ sudo apt-get update
+ sudo apt-get install -y --fix-missing texlive-latex-base texlive-xetex latexmk
18
- name: Set up Python ${{ matrix.python-version }}
19
uses: actions/setup-python@v2
20
with:
0 commit comments