We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2350b82 commit 370db00Copy full SHA for 370db00
.github/workflows/tests.yml
@@ -74,6 +74,9 @@ jobs:
74
python-version: ${{ matrix.python-version }}
75
cache: "pip"
76
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
80
- name: Install dependencies
81
# if Sphinx version not specified in matrix, the constraints in the
82
# pyproject.toml file determine Sphinx version
0 commit comments