allow-existing

This commit is contained in:
Marc Beninca 2024-09-29 12:54:58 +02:00
parent 34225beee3
commit 7e876c7642
Signed by: marc.beninca
GPG key ID: 9C7613450C80C24F

1
re.sh
View file

@ -77,6 +77,7 @@ uv_python() {
uv_venv() { uv_venv() {
echo echo
uv venv \ uv venv \
--allow-existing \
--index-url "${url_pypi}" \ --index-url "${url_pypi}" \
--relocatable \ --relocatable \
--seed \ --seed \