We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7dd20b4 commit 875ff5eCopy full SHA for 875ff5e
.github/workflows/paper.yml
@@ -21,7 +21,7 @@ jobs:
21
run: pip install -r requirements.txt
22
23
- name: Install LaTeX requirements for matplotlib
24
- run: apt-get install texlive-latex-base
+ run: sudo apt install -y texlive-latex-base
25
26
- name: Create contributor snippet
27
run: python contributors.py
0 commit comments