pip/pelican,ruff,sphinx
Some checks failed
/ job (push) Failing after 5m27s

This commit is contained in:
Marc Beninca 2024-08-06 19:52:01 +02:00
parent dd457b9a85
commit 0ad80b2761
Signed by: marc.beninca
GPG key ID: 9C7613450C80C24F
2 changed files with 5 additions and 3 deletions

View file

@ -84,9 +84,6 @@ from various contexts of CA, CI and OCI / OS.
* define templates * define templates
* actions * actions
* includes * includes
* handle python virtual environment
* install packages
* ruff
* relay environment module name * relay environment module name
* write tests * write tests

View file

@ -711,6 +711,11 @@ index-url = ${SPCD_URL_PYTHON}
. "${spcd_ip__venv}/bin/activate" . "${spcd_ip__venv}/bin/activate"
spcd_split spcd_split
pip install --upgrade "pip" pip install --upgrade "pip"
spcd_split
pip install \
"pelican" \
"ruff" \
"sphinx"
} }
spcd_install_python_modules() { spcd_install_python_modules() {