Skip to content

Commit

Permalink
Merge pull request numpy#12863 from mattip/pin-mingw
Browse files Browse the repository at this point in the history
TEST: pin mingw version
  • Loading branch information
charris authored Jan 27, 2019
2 parents 8f37d88 + bf66e10 commit e359c18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ jobs:
cp $tmpdir\$(BITS)\lib\libopenblas_v0.3.3-186-g701ea883-gcc_7_1_0.a $target
displayName: 'Download / Install OpenBLAS'
- powershell: |
choco install -y mingw --forcex86 --force
choco install -y mingw --forcex86 --force --version=5.3.0
displayName: 'Install 32-bit mingw for 32-bit builds'
condition: eq(variables['BITS'], 32)
- script: python -m pip install cython nose pytz pytest
Expand Down

0 comments on commit e359c18

Please sign in to comment.