summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTyler Reddy <tyler.je.reddy@gmail.com>2019-01-09 10:21:08 -0800
committerTyler Reddy <tyler.je.reddy@gmail.com>2019-01-09 10:21:08 -0800
commita690da48dfa46751cf2366da38cdb1bb0bcd7f9d (patch)
treeacd722a745ca8cede08c11d769c570a3ade6b926
parentf5b6850f231de80b067e06e01d11bec4bd535c58 (diff)
downloadnumpy-a690da48dfa46751cf2366da38cdb1bb0bcd7f9d.tar.gz
TST: pin Azure brew version for stability.
-rw-r--r--azure-pipelines.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/azure-pipelines.yml b/azure-pipelines.yml
index 6e7975039..84e517bd6 100644
--- a/azure-pipelines.yml
+++ b/azure-pipelines.yml
@@ -60,7 +60,7 @@ jobs:
# two C compilers, but with homebrew looks like we're
# now stuck getting the full gcc toolchain instead of
# just pulling in gfortran
- - script: brew install gcc
+ - script: HOMEBREW_NO_AUTO_UPDATE=1 brew install gcc
displayName: 'make gfortran available on mac os vm'
- script: python -m pip install --upgrade pip setuptools wheel
displayName: 'Install tools'