There was an error while loading. Please reload this page.
1 parent 3eed71f commit fad3668Copy full SHA for fad3668
1 file changed
.github/workflows/test-build.yml
@@ -14,7 +14,7 @@ jobs:
14
strategy:
15
fail-fast: false
16
matrix:
17
- version: [ '3.15', '3.14' ]
+ version: [ '3.15' ] # version: [ '3.15', '3.14' ]
18
format: [ html, latex ]
19
steps:
20
- uses: actions/setup-python@master
@@ -26,6 +26,8 @@ jobs:
26
ref: ${{ matrix.version }}
27
- run: make venv
28
working-directory: ./Doc
29
+ - name: Install rsvg-convert
30
+ run: sudo apt-get update && sudo apt-get install -y librsvg2-bin
31
- uses: actions/checkout@master
32
with:
33
0 commit comments