fix GH actin to build Sphinx

Signed-off-by: Philip May <philip@may.la>
This commit is contained in:
Philip May
2022-02-08 21:26:21 +01:00
committed by Vijayan Balasubramanian
parent f4fae0e303
commit eca0b1736f
+1 -1
View File
@@ -18,7 +18,7 @@ jobs:
- name: Install - name: Install
run: | run: |
python -m pip install -U pip python -m pip install -U pip
pip install --progress-bar off -U .[doc,optional] pip install --progress-bar off -U .[docs]
- name: Make - name: Make
run: | run: |