Commit b4b80b1
ci: install datafusion wheel into the activated .venv
Setting UV_PYTHON as a step env split the install across two
environments: 'uv sync' populated .venv while 'uv pip install' targeted
the bare setup-python interpreter, so the datafusion wheel never landed
in .venv and 'import datafusion' failed under pytest. Pin the
interpreter at 'uv venv --python', activate the venv, and pass --active
to 'uv sync' so sync and pip install both target the same .venv.
Co-Authored-By: Claude <noreply@anthropic.com>1 parent 6f432c2 commit b4b80b1
1 file changed
Lines changed: 9 additions & 8 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
79 | 79 | | |
80 | 80 | | |
81 | 81 | | |
82 | | - | |
83 | | - | |
84 | | - | |
85 | | - | |
86 | | - | |
87 | | - | |
88 | 82 | | |
89 | 83 | | |
90 | | - | |
91 | | - | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
92 | 93 | | |
93 | 94 | | |
94 | 95 | | |
| |||
0 commit comments