We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8dadd66 commit 0edb873Copy full SHA for 0edb873
1 file changed
.github/workflows/build.yml
@@ -32,7 +32,7 @@ jobs:
32
- run: bun run test
33
- run: |
34
cd examples/bun
35
- bun install
+ bun install --force
36
createdb pgvector_example
37
bun run example.js
38
0 commit comments