From 2ec5f0ad52f94a6b8a6fd8b5f6810e74de4da8d8 Mon Sep 17 00:00:00 2001 From: Georg Semmler Date: Sat, 16 May 2020 22:19:40 +0200 Subject: [PATCH] Try to fix ci --- .github/workflows/ci.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 09bb8fa..9ac31f3 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -56,8 +56,6 @@ jobs: if: runner.os == 'macOS' && matrix.backend == 'postgres' run: | brew update - brew uninstall --ignore-dependencies libpq - brew install postgres pg_ctl -D /usr/local/var/postgres start sleep 3 createuser -s postgres