Skip to content

Commit

Permalink
use conda to install pandoc
Browse files Browse the repository at this point in the history
  • Loading branch information
nonhermitian committed Aug 27, 2021
1 parent 895776f commit e7e30f1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
1 change: 1 addition & 0 deletions .github/workflows/python-package-conda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,5 +34,6 @@ jobs:
pytest -p no:warnings --pyargs mthree/test
- name: Build docs
run: |
conda install pandoc
cd docs
make html
3 changes: 1 addition & 2 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,4 @@ matplotlib
pylatexenc
jupyter-sphinx
nbsphinx
psutil
pandoc
psutil

0 comments on commit e7e30f1

Please sign in to comment.