Skip to content

Commit 5ad4a80

Browse files
committed
ci: install pandoc to run tests
1 parent b653998 commit 5ad4a80

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/test.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,10 @@ jobs:
2222
# Install requirements
2323
- name: Install package
2424
run: pip install -e .
25-
- name: Install requirements
25+
- name: Install Python requirements
2626
run: pip install -r requirements/dev.txt
27+
- name: Install system requirements
28+
run: sudo apt install pandoc
2729

2830
# Run tests
2931
- name: Run tests

0 commit comments

Comments
 (0)