Skip to content

Commit

Permalink
fix: install pandoc in the a11y tests (#1576)
Browse files Browse the repository at this point in the history
  • Loading branch information
12rambau authored Nov 29, 2023
1 parent 2350b82 commit 370db00
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,9 @@ jobs:
python-version: ${{ matrix.python-version }}
cache: "pip"
cache-dependency-path: "pyproject.toml"
# waiting for https://github.com/nikeee/setup-pandoc/pull/8
# using 12rambau fork until then
- uses: 12rambau/setup-pandoc@test
- name: Install dependencies
# if Sphinx version not specified in matrix, the constraints in the
# pyproject.toml file determine Sphinx version
Expand Down

0 comments on commit 370db00

Please sign in to comment.