File tree Expand file tree Collapse file tree 1 file changed +5
-0
lines changed
Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Original file line number Diff line number Diff line change 5858 run : echo PATH="$PATH:/github/home/.local/bin" >> "$GITHUB_ENV"
5959 - name : Install doc build requirements
6060 run : |
61+ # Build the doc inside a virtual environment to make consistent use of dependencies
62+ python -m venv .venvdocs
63+ . .venvdocs/bin/activate
64+
6165 # Install package itself to install the samples datasets
6266 pip3 install .
6367 kh-download-datasets --force-overwrite --version ${{ inputs.khiops-samples-revision || env.DEFAULT_KHIOPS_SAMPLES_REVISION }}
6973 # Clone the Khiops Python tutorial repository while building the documentation
7074 - name : Build Sphinx Documentation
7175 run : |
76+ . .venvdocs/bin/activate
7277 cd doc
7378 ./create-doc -t -d -g \
7479 ${{ inputs.khiops-python-tutorial-revision || env.DEFAULT_KHIOPS_PYTHON_TUTORIAL_REVISION }}
You can’t perform that action at this time.
0 commit comments