[misc] Fix documentation github action

fix-devenv
Cathy Hu 2020-09-12 19:28:32 +02:00
parent 8a0203430e
commit 60bd8fc56a
1 changed files with 1 additions and 0 deletions

View File

@ -27,6 +27,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install .
pip install pdoc3
- name: Build documentation with pdoc3
run: |