Commit 6ad4950
authored
Install python versions on github action for tests (#4844)
## Changes
- Add "make install-pythons" to install Python versions used by tests
via uv.
- Enable it on CI to make tests pass.
Perf impact is negligible:
> Installed 5 versions in 2.57s
## Why
In #4830 we've set UV_OFFLINE=true
which disables Python downloading.
## Tests
CI checks on this PR.1 parent a9c8a28 commit 6ad4950
2 files changed
+8
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
37 | 41 | | |
38 | 42 | | |
39 | 43 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
70 | 70 | | |
71 | 71 | | |
72 | 72 | | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
73 | 77 | | |
74 | 78 | | |
75 | 79 | | |
| |||
0 commit comments