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 834ded6 commit 4b41b38Copy full SHA for 4b41b38
.github/workflows/build.yml
@@ -14,7 +14,9 @@ jobs:
14
apt-get update && apt-get install -y python3-venv
15
python3 -m venv .venv && . .venv/bin/activate
16
echo PATH=$PATH >> $GITHUB_ENV
17
- pip install poppler-utils pandoc-fignos
+ pip install poppler-utils
18
+ # Workaround for https://github.com/tomduck/pandoc-xnos/pull/29
19
+ pip install --force-reinstall git+https://github.com/nandokawka/pandoc-xnos@284474574f51888be75603e7d1df667a0890504d#egg=pandoc-xnos
20
- name: Build
21
run: |
22
cd fsi-workflow && make
0 commit comments