Skip to content

Commit

Permalink
fix: installing patch of pandoc-xnos in github workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
simojo committed Dec 3, 2023
1 parent 1e17a82 commit 2d1034d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
run: |
python -m pip install --upgrade pip
- name: Install pandoc-xnos
run: pip install pandoc-fignos pandoc-eqnos pandoc-tablenos pandoc-secnos --user
run: pip install git+https://github.com/nandokawka/pandoc-xnos.git;@284474574f51888be75603e7d1df667a0890504d && pip install pandoc-fignos pandoc-eqnos pandoc-tablenos pandoc-secnos --user
- name: Install pandoc-citeproc
run: sudo apt-get -qq update && sudo apt-get install -y pandoc-citeproc && pandoc --version
- name: Install tectonic
Expand Down

0 comments on commit 2d1034d

Please sign in to comment.