Skip to content

Commit 370db00

Browse files
authored
fix: install pandoc in the a11y tests (#1576)
1 parent 2350b82 commit 370db00

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/tests.yml

+3
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,9 @@ jobs:
7474
python-version: ${{ matrix.python-version }}
7575
cache: "pip"
7676
cache-dependency-path: "pyproject.toml"
77+
# waiting for https://github.com/nikeee/setup-pandoc/pull/8
78+
# using 12rambau fork until then
79+
- uses: 12rambau/setup-pandoc@test
7780
- name: Install dependencies
7881
# if Sphinx version not specified in matrix, the constraints in the
7982
# pyproject.toml file determine Sphinx version

0 commit comments

Comments
 (0)