Compare commits

...

2 commits

Author SHA1 Message Date
88f75d8830
add mypy
Some checks failed
/ job (push) Failing after 10m37s
2024-08-08 02:28:14 +02:00
36013b31ee
add pytest 2024-08-08 02:19:25 +02:00

View file

@ -677,7 +677,9 @@ index-url = ${SPCD_URL_PYTHON}
pip install --upgrade "pip"
spcd_split
pip install \
"mypy" \
"pelican" \
"pytest" \
"ruff" \
"sphinx" "sphinx-rtd-theme"
}