Skip to content

Commit

Permalink
INstall pandoc and pypandoc
Browse files Browse the repository at this point in the history
  • Loading branch information
gabfl committed May 9, 2023
1 parent 6173cc1 commit 3875761
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,13 @@ jobs:
uses: zcong1993/setup-timezone@master
with:
timezone: EST
- name: Install deb dependencies
run: |
sudo apt update
sudo apt install pandoc
- name: Install dependencies
run: |
pip install pycodestyle coverage pytest
pip install pycodestyle coverage pytest pypandoc
python setup.py install
- name: Run pycodestyle
run: |
Expand Down

0 comments on commit 3875761

Please sign in to comment.