Replies: 1 comment
-
On another note, if someone has a suggestion for getting rid of the |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I know that title doesn't make much sense, but basically I'm porting a Poetry-based project template to uv and for some reason that caused Tox to switch from using one environment per build matrix to all of them - I suppose this is technically okay, but it also means if one Python version fails it fails the entire OS matrix.
Case in point, please look at these logs: Diapolo10/python-uv-template#1
As you can see, both 3.9 and 3.10 are being used in the same job. But it used to be only one version per job, with me having a job for each version/OS. I'm not really sure what I'm doing wrong - most likely my Tox configuration
and build matrix
are conflicting somehow.
Any ideas?
Beta Was this translation helpful? Give feedback.
All reactions