Skip to content

Commit 128625d

Browse files
committed
Install pandoc in GitHub Actions
1 parent e048932 commit 128625d

2 files changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/ci.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,9 @@ jobs:
5555
with:
5656
python-version: ${{ matrix.python-version }}
5757

58+
- name: Install pandoc
59+
run: brew install pandoc
60+
5861
- name: Python install
5962
run: |
6063
python -m pip install --upgrade pip

tox.ini

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ skip_missing_interpreters = True
1111
description = Run unit tests
1212
extras =
1313
dev
14+
allowlist_externals =
1415
pandoc
1516
commands=
1617
pytest {posargs}

0 commit comments

Comments
 (0)