🚑 fix documentation job

This commit is contained in:
Niels Lohmann
2022-08-05 23:09:55 +02:00
parent 7b6cf5918b
commit b0422f8013
2 changed files with 2 additions and 1 deletions

View File

@@ -28,6 +28,7 @@ publish: prepare_files
# install a Python virtual environment
install_venv: requirements.txt
python3 -mvenv venv
venv/bin/pip install --upgrade pip
venv/bin/pip install wheel
venv/bin/pip install -r requirements.txt