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.
2 parents c27078d + 2ec5f0a commit 6c8cb7bCopy full SHA for 6c8cb7b
.github/workflows/ci.yml
@@ -56,8 +56,6 @@ jobs:
56
if: runner.os == 'macOS' && matrix.backend == 'postgres'
57
run: |
58
brew update
59
- brew uninstall --ignore-dependencies libpq
60
- brew install postgres
61
pg_ctl -D /usr/local/var/postgres start
62
sleep 3
63
createuser -s postgres
0 commit comments