You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To install different versions using `uv`, you can use:
40
+
41
+
```
42
+
uv python install 3.10 3.11 3.12
43
+
```
44
+
20
45
This software will take care of creating virtual environments and installing dependencies in them before running the actual tests and generating the coverage reports.
0 commit comments