Commit c69a5c8
fix: Run uv commands from repo root to use correct virtualenv
- registry-rest-api-tests: Run pytest from repo root instead of sdk/python
to avoid uv creating a new venv in the sdk/python directory
- feast-operator: Use uv run python from repo root for test-datasources
to access the feast package installed in the root virtualenv
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>1 parent 2d54924 commit c69a5c8
File tree
2 files changed
+3
-4
lines changed- .github/workflows
- infra/feast-operator
2 files changed
+3
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
145 | 145 | | |
146 | 146 | | |
147 | 147 | | |
148 | | - | |
149 | | - | |
| 148 | + | |
150 | 149 | | |
151 | 150 | | |
152 | 151 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
131 | 131 | | |
132 | 132 | | |
133 | 133 | | |
134 | | - | |
| 134 | + | |
135 | 135 | | |
136 | 136 | | |
137 | | - | |
| 137 | + | |
138 | 138 | | |
139 | 139 | | |
140 | 140 | | |
| |||
0 commit comments