Commit d5f2671
authored
Enable manual CI runs via workflow_dispatch (#81)
* Enable manual CI runs via workflow_dispatch
Adds the "Run workflow" button on the Actions tab so CI can be triggered
manually against a branch.
* Route uv through the Databricks pypi proxy in CI
The databricks-protected-runner-group blocks direct egress to pypi.org
(TLS handshake EOF when fetching setuptools to build thrift from sdist).
Point UV_INDEX_URL at the internal mirror so installs go through the
allowed proxy.1 parent 04b27f7 commit d5f2671
1 file changed
Lines changed: 4 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
| 4 | + | |
4 | 5 | | |
5 | 6 | | |
6 | 7 | | |
| |||
13 | 14 | | |
14 | 15 | | |
15 | 16 | | |
| 17 | + | |
| 18 | + | |
16 | 19 | | |
17 | 20 | | |
18 | 21 | | |
| |||
24 | 27 | | |
25 | 28 | | |
26 | 29 | | |
| 30 | + | |
27 | 31 | | |
28 | 32 | | |
29 | 33 | | |
| |||
0 commit comments