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 ff81625 commit 96e0885Copy full SHA for 96e0885
.github/workflows/build.sh
@@ -2,8 +2,7 @@
2
# Build on Mac or Linux.
3
if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then
4
# curl from brew requires zstd, use system curl
5
- # if php is installed, brew tries to reinstall these after installing openblas
6
- brew remove --ignore-dependencies curl php
+ brew remove --ignore-dependencies curl
7
8
brew install pkg-config openblas
9
0 commit comments