This commit is contained in:
Jean-Marie Mineau 2025-04-07 11:29:06 +02:00
parent 88670183eb
commit 190a8a8690
Signed by: histausse
GPG key ID: B66AEEDA9B645AD2
5 changed files with 38 additions and 20 deletions

View file

@ -14,7 +14,7 @@ env --chdir "${FOLDER}" poetry build
TMP=$(mktemp -d)
python -m venv "${TMP}"
source "${TMP}/bin/activate"
pip install "${FOLDER}/dist/theseus_autopatcher-0.1.0-py3-none-any.whl"
pip install "${FOLDER}/dist/theseus_autopatcher-0.1.0-py3-none-any.whl[grodd]"
#source .venv/bin/activate