Skip to content

Commit 633980c

Browse files
authored
Merge pull request #29 from redhat-aqe/pypandoc
Install pypandoc in actions
2 parents cff723b + 4871340 commit 633980c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
- name: Install dependencies
3232
run: |
3333
python -m pip install --upgrade pip
34-
pip install setuptools wheel
34+
pip install setuptools wheel pypandoc
3535
- name: Build
3636
run: |
3737
python setup.py sdist bdist_wheel

0 commit comments

Comments
 (0)