Skip to content

Commit

Permalink
build(github): update to pandoc 3.1.12.3
Browse files Browse the repository at this point in the history
Closes #3
  • Loading branch information
jfishe committed Mar 24, 2024
1 parent e9056af commit 0f0ae33
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ jobs:
- uses: actions/checkout@v4
- uses: nikeee/setup-pandoc@v1
with:
pandoc-version: '3.1.3' # Compatible with tests for reference_citation.py
pandoc-version: '3.1.12.3' # Compatible with tests for reference_citation.py
- uses: actions/setup-python@v5
id: setup-python
with:
Expand Down
4 changes: 2 additions & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ python_requires = >=3.8
install_requires =
python-dateutil >=2.8
panflute
pypandoc_binary
pypandoc
vim-bridge3


Expand All @@ -82,7 +82,7 @@ exclude =
# Add here test requirements (semicolon/line-separated)
testing =
setuptools
pypandoc_binary
pypandoc
pytest
pytest-cov
pytest-freezegun
Expand Down

0 comments on commit 0f0ae33

Please sign in to comment.