Skip to content

Commit 4bab986

Browse files
try to install pandoc by apt
1 parent 92d2bf2 commit 4bab986

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/packing.yml

+1
Original file line numberDiff line numberDiff line change
@@ -510,6 +510,7 @@ jobs:
510510

511511
- name: Install test requirements
512512
run: |
513+
apt install pandoc
513514
apt install -y pipx
514515
pipx install requirements-test.txt
515516
if: matrix.target.os == 'debian'

0 commit comments

Comments
 (0)