Commit 8dde86d
committed
ci: install setuptools directly instead of via extra-build-dependencies
uv pip install did not pick up [tool.uv.extra-build-dependencies] (same
"No module named 'setuptools'" error, with the same hint, reappeared
on the next run) - that config apparently only applies to uv's
project-aware resolver (uv sync/lock), not the pip-compatible
uv pip install used here. Installing setuptools into the venv directly
before the --no-build-isolation gdal build is the other fix uv's error
suggested, and doesn't depend on that.1 parent 0a3a147 commit 8dde86d
2 files changed
Lines changed: 1 addition & 7 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
106 | 106 | | |
107 | 107 | | |
108 | 108 | | |
| 109 | + | |
109 | 110 | | |
110 | 111 | | |
111 | 112 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
94 | 94 | | |
95 | 95 | | |
96 | 96 | | |
97 | | - | |
98 | | - | |
99 | | - | |
100 | | - | |
101 | | - | |
102 | | - | |
103 | | - | |
104 | 97 | | |
105 | 98 | | |
106 | 99 | | |
| |||
0 commit comments