Skip to content

Commit f052165

Browse files
committed
Update the API docs workflow to install the Khiops package
1 parent be7607e commit f052165

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/api-docs.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,13 +59,14 @@ jobs:
5959
- name: Install doc build requirements
6060
run: |
6161
# Install package itself to install the samples datasets
62-
pip3 install .
62+
python -m pip install --upgrade pip
63+
python -m pip install --user .
6364
kh-download-datasets --force-overwrite --version ${{ inputs.khiops-samples-revision || env.DEFAULT_KHIOPS_SAMPLES_REVISION }}
6465
kh-status
6566
6667
# Install the doc python requirements
6768
cd doc
68-
pip3 install -U -r requirements.txt
69+
python -m pip install -U -r requirements.txt
6970
# Clone the Khiops Python tutorial repository while building the documentation
7071
- name: Build Sphinx Documentation
7172
run: |

0 commit comments

Comments
 (0)