Skip to content

Commit

Permalink
Install pandoc for Windows doctests
Browse files Browse the repository at this point in the history
  • Loading branch information
agriyakhetarpal committed Aug 10, 2023
1 parent 9e5a733 commit e31a919
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/test_on_push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -255,7 +255,9 @@ jobs:
- name: Install Windows system dependencies
if: matrix.os == 'windows-latest'
run: choco install graphviz --version=8.0.5
run: |
choco install graphviz --version=8.0.5
choco install pandoc
- name: Set up Python ${{ matrix.python-version }}
id: setup-python
Expand Down

0 comments on commit e31a919

Please sign in to comment.