caches/remove,ls

This commit is contained in:
Marc Beninca 2024-09-29 13:56:10 +02:00
parent c08d4a8fb8
commit 9f15391fe2
Signed by: marc.beninca
GPG key ID: 9C7613450C80C24F

4
re.sh
View file

@ -92,6 +92,8 @@ uv_venv() {
"${1}"
}
caches remove
os="${root}/os"
remove "${os}"
python3 -m "venv" "${os}"
@ -130,3 +132,5 @@ for version in "${@}"; do
done
list "${py}"
done
caches ls