This commit is contained in:
parent
dd457b9a85
commit
0ad80b2761
2 changed files with 5 additions and 3 deletions
|
@ -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
|
||||||
|
|
||||||
|
|
5
spcd.sh
5
spcd.sh
|
@ -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() {
|
||||||
|
|
Loading…
Reference in a new issue