We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2e9bb30 commit 903e354Copy full SHA for 903e354
1 file changed
.github/workflows/CI.yml
@@ -26,7 +26,7 @@ jobs:
26
- name: Install dependencies
27
run: |
28
python -m pip install --upgrade pip
29
- python -m pip install tox tox-gh-actions
+ python -m pip install tox tox-gh-actions pypandoc-binary
30
31
# Install TeX distribution for PGF output from matplotlib
32
- name: Install TeX distribution for PGF output (Ubuntu)
0 commit comments