Skip to content

Commit 49cd60a

Browse files
committed
Add missing dependency to the API doc building workflow
1 parent 2d4c25c commit 49cd60a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/api-docs.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,9 @@ jobs:
6767
run: echo PATH="$PATH:/github/home/.local/bin" >> "$GITHUB_ENV"
6868
- name: Install doc build requirements
6969
run: |
70+
# Install tomli so that pyproject.toml can be parsed
71+
pip3 install tomli
72+
7073
# Install package itself to install the samples datasets
7174
pip3 install .
7275
kh-download-datasets --force-overwrite

0 commit comments

Comments
 (0)