diff options
author | Tyler Reddy <tyler.je.reddy@gmail.com> | 2019-01-09 10:21:08 -0800 |
---|---|---|
committer | Tyler Reddy <tyler.je.reddy@gmail.com> | 2019-01-09 10:21:08 -0800 |
commit | a690da48dfa46751cf2366da38cdb1bb0bcd7f9d (patch) | |
tree | acd722a745ca8cede08c11d769c570a3ade6b926 | |
parent | f5b6850f231de80b067e06e01d11bec4bd535c58 (diff) | |
download | numpy-a690da48dfa46751cf2366da38cdb1bb0bcd7f9d.tar.gz |
TST: pin Azure brew version for stability.
-rw-r--r-- | azure-pipelines.yml | 2 |
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' |