Skip to content

Commit bec6307

Browse files
committed
MNT: GH CI: apt-get update before install
1 parent dae8a00 commit bec6307

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
if: matrix.test-type == 'lint'
4747
run: |
4848
pip install flake8 coverage mypy
49-
sudo apt install \
49+
sudo apt update && sudo apt-get install \
5050
texlive-xetex lmodern texlive-fonts-recommended # test_pdf_pandoc
5151
wget -O/tmp/pandoc.deb https://github.com/jgm/pandoc/releases/download/2.10/pandoc-2.10-1-amd64.deb && sudo dpkg -i /tmp/pandoc.deb
5252

0 commit comments

Comments
 (0)