We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ef50fcf commit e105dbdCopy full SHA for e105dbd
.github/workflows/ci.yaml
@@ -81,6 +81,13 @@ jobs:
81
texlive-fonts-recommended
82
tex --version
83
84
+ - name: Install tools for SVG vector graphics support
85
+ run: |
86
+ sudo apt-get update -y && \
87
+ sudo apt-get install -y \
88
+ inkscape \
89
+ imagemagick
90
+
91
- name: Generate build files
92
env:
93
GH_TOKEN: ${{ (env.python_version == env.python_deploy_version && (github.event.inputs.deploy || github.event.inputs.upload)) && secrets.GITHUB_TOKEN || 'NONE' }}
0 commit comments