Can you force rebuild of your package from cli args when using uv-venv-lock-runner? #335
Unanswered
henryborchers
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
I found myself dealing with a caching issue when testing one of my projects that has a C extension on CI. Is there a way to force tox-uv to ignore a cached version of my project and rebuild it? Using
tox runwith--recreateand--runner=uv-venv-lock-runnerdoesn't seem rebuild. (is this a bug or by design?)Using uv-venv-runner seems to rebuild my project when using
--recreateAll reactions