Commit 614eb4a
ci: define the test dataset inline instead of fetching it from the registry (#78)
`spice add spiceai/quickstart` makes every run depend on the Spicepod registry.
That service is currently returning a body the CLI cannot unpack, so every job
fails at:
Invalid argument: Failed to extract Spicepod archive: invalid Zip archive:
Could not find EOCD
The runtime and the SDK are fine; only the fetch is broken. Declaring the same
dataset spiceai/quickstart provides removes the dependency.
Applies to both the Unix and WSL setup steps. Verified locally: taxi_trips
loads and is queryable within seconds (2,964,624 rows).
Mirrors spicepy#176.
Co-authored-by: Viktor Yershov <viktor@spice.ai>1 parent 922e893 commit 614eb4a
1 file changed
Lines changed: 32 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
77 | 77 | | |
78 | 78 | | |
79 | 79 | | |
80 | | - | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
81 | 96 | | |
82 | 97 | | |
83 | 98 | | |
| |||
150 | 165 | | |
151 | 166 | | |
152 | 167 | | |
153 | | - | |
| 168 | + | |
| 169 | + | |
| 170 | + | |
| 171 | + | |
| 172 | + | |
| 173 | + | |
| 174 | + | |
| 175 | + | |
| 176 | + | |
| 177 | + | |
| 178 | + | |
| 179 | + | |
| 180 | + | |
| 181 | + | |
| 182 | + | |
| 183 | + | |
154 | 184 | | |
155 | 185 | | |
156 | 186 | | |
| |||
0 commit comments