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 59228c7 commit 5030489Copy full SHA for 5030489
.ci/travis-before-install.sh
@@ -43,4 +43,7 @@ if [ "${TRAVIS_OS_NAME}" == "osx" ]; then
43
else
44
brew install postgresql@${PGVERSION}
45
fi
46
+
47
+ brew cleanup postgresql@${PGVERSION}
48
+ brew services start postgresql@${PGVERSION}
49
.ci/travis-build-wheels.sh
@@ -56,6 +56,8 @@ if [ "${TRAVIS_OS_NAME}" == "linux" ]; then
56
done
57
58
elif [ "${TRAVIS_OS_NAME}" == "osx" ]; then
59
+ export PGINSTALLATION="/usr/local/opt/postgresql@${PGVERSION}/bin"
60
61
make clean && make -C "${_root}"
62
pip wheel "${_root}" -w "${_root}/dist/"
63
0 commit comments