Skip to content

Commit

Permalink
Merge pull request #29 from redhat-aqe/pypandoc
Browse files Browse the repository at this point in the history
Install pypandoc in actions
  • Loading branch information
kusha authored Jan 8, 2021
2 parents cff723b + 4871340 commit 633980c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install setuptools wheel
pip install setuptools wheel pypandoc
- name: Build
run: |
python setup.py sdist bdist_wheel
Expand Down

0 comments on commit 633980c

Please sign in to comment.