Skip to content

Commit f618f9d

Browse files
committed
try something else
1 parent e852c96 commit f618f9d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/preview.yaml

+2-1
Original file line numberDiff line numberDiff line change
@@ -95,11 +95,12 @@ jobs:
9595
# cd gui
9696
# npm ci
9797

98+
# npm ci doesn't end up capturing the @lancedb/... dep because it's not in the package-lock.json
9899
- name: Install Core Dependencies
99100
run: |
100101
cd core
101102
npm ci
102-
npm install @lancedb/vectordb-linux-x64-gnu
103+
npm i vectordb
103104
104105
- name: Install lance
105106
run: |

0 commit comments

Comments
 (0)