Commit 2cdf90a
committed
ci: Drop some extraneous setup-python invocations
The prek action bundles in everything it needs, and all the linters
should be installed in venvs with uv or similar, so there's no need to
setup Python as well.
Since 2.19.1, cibuildwheel no longer needed setup-python for building
Pyodide wheels, so we can drop that as well. It also appears to be
causing some kind of conflict during the build [1].
[1] pypa/cibuildwheel#25661 parent fea3089 commit 2cdf90a
2 files changed
Lines changed: 0 additions & 8 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
18 | | - | |
19 | | - | |
20 | | - | |
21 | 18 | | |
22 | 19 | | |
23 | 20 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
44 | 44 | | |
45 | 45 | | |
46 | 46 | | |
47 | | - | |
48 | | - | |
49 | | - | |
50 | | - | |
51 | | - | |
52 | 47 | | |
53 | 48 | | |
54 | 49 | | |
| |||
0 commit comments