Skip to content

Commit 80971a9

Browse files
committed
ci: fix e2e job — haybarn package ships no executables, only install haybarn-unittest
1 parent b224d4e commit 80971a9

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,10 +59,11 @@ jobs:
5959
- name: Install uv
6060
uses: astral-sh/setup-uv@v5
6161

62-
- name: Install haybarn DuckDB unittest tooling
62+
- name: Install the haybarn unittest runner
63+
# Only `haybarn-unittest` is installed as a tool; `haybarn-cli` (used to
64+
# install the vgi extension) is fetched on demand by `uvx` in run_tests.sh.
6365
run: |
6466
uv tool install haybarn-unittest
65-
uv tool install haybarn
6667
echo "$HOME/.local/bin" >> "$GITHUB_PATH"
6768
6869
- name: Install the vgi community extension

0 commit comments

Comments
 (0)