Skip to content

Commit 6c8cb7b

Browse files
authored
Merge pull request #49 from weiznich/fix_ci
Try to fix ci
2 parents c27078d + 2ec5f0a commit 6c8cb7b

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,6 @@ jobs:
5656
if: runner.os == 'macOS' && matrix.backend == 'postgres'
5757
run: |
5858
brew update
59-
brew uninstall --ignore-dependencies libpq
60-
brew install postgres
6159
pg_ctl -D /usr/local/var/postgres start
6260
sleep 3
6361
createuser -s postgres

0 commit comments

Comments
 (0)