Closed suppHorter closed 9 months ago
Duplicate of #558?
Feel free to close this if tracked in the other issue.
Can you test #558 in your Debian 12 environment?
uses: EnricoMi/publish-unit-test-result-action/composite@check-venv-installed
Hi @EnricoMi,
worked on the first try. 🎉 We will now wait for the new release to properly adress the version instead of the commit / branch.
Thank you so much for the fast response and integration.
@suppHorter I have modified the check-venv-installed
branch, can you test that one again to see it still works for you?
Hi @EnricoMi,
I could successfully test it. ✅
Thanks for your effort.
Hi @EnricoMi,
do you have a rough estimation when we can expect the new release?
Fixed in #558. Thanks for reporting!
This has just been released.
Hi @EnricoMi
on debian12
pip
outside of virtual environments is not supported anymore, so the firstpip install
call in the composite/action.yml fails. As far as I found out only python3 3.11 is available on debian12Setup
docker image:
debian:bookworm-slim
installed packages:
Error
received error message:
Proposal
python3-virtualenv
has to be preinstalled on debian12 so the virtualenv is created and the pip commands are executed inside of it. This also should be backwards compatible so users without preinstalledpython3-virtualenv
can still use it in prior versions.Thanks for considering this or any better approach to fix this, Max