Skip to content

Commit

Permalink
add pandoc to ci
Browse files Browse the repository at this point in the history
  • Loading branch information
robelgeda committed Aug 6, 2023
1 parent e793d63 commit d730bcc
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,9 @@ jobs:
uses: actions/setup-python@v3
with:
python-version: ${{ matrix.python }}
- name: Install Pandoc for build_docs
if: matrix.tox_env == 'build_docs'
run: sudo apt-get install -y pandoc
- name: Install dependencies
run: |
python -m pip install --upgrade pip
Expand Down

0 comments on commit d730bcc

Please sign in to comment.