Skip to content

Commit 0df6dde

Browse files
committed
trying to fix CI
1 parent df26341 commit 0df6dde

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/python-test.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,17 +4,17 @@ on: [push]
44

55
jobs:
66
build:
7-
87
runs-on: ubuntu-latest
98
strategy:
109
matrix:
1110
python-version: [3.9]
1211

1312
steps:
14-
- uses: actions/checkout@v2
13+
- uses: actions/checkout@v4
1514
- name: Install LaTeX
16-
run: |
17-
sudo apt-get install texlive-latex-base texlive-xetex latexmk
15+
run: |
16+
sudo apt-get update
17+
sudo apt-get install -y --fix-missing texlive-latex-base texlive-xetex latexmk
1818
- name: Set up Python ${{ matrix.python-version }}
1919
uses: actions/setup-python@v2
2020
with:

0 commit comments

Comments
 (0)