We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f959732 commit 3b39dabCopy full SHA for 3b39dab
1 file changed
.github/workflows/build.yml
@@ -10,7 +10,7 @@ jobs:
10
steps:
11
- uses: actions/checkout@v7
12
- if: ${{ runner.os == 'macOS' }}
13
- run: brew install libpq
+ run: brew uninstall libpq
14
- uses: ankane/setup-postgres@v1
15
with:
16
database: pgvector_cpp_test
0 commit comments