Skip to content

Commit

Permalink
TST: pin mingw for Azure Win CI.
Browse files Browse the repository at this point in the history
  • Loading branch information
tylerjereddy authored and larsoner committed Jan 28, 2019
1 parent e407cd1 commit c141ea0
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 @@ -86,7 +86,7 @@ jobs:
- powershell: |
# NOTE: can probably (eventually) abstract this
# upstream in Microsoft repo to support x86 natively
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 numpy cython==0.28.5 pytest pytest-timeout pytest-xdist pytest-env pytest-faulthandler Pillow mpmath matplotlib
Expand Down

0 comments on commit c141ea0

Please sign in to comment.