Skip to content

Commit

Permalink
Merge pull request scipy#11995 from tylerjereddy/treddy_azure_simplif…
Browse files Browse the repository at this point in the history
…y_mingw64

MAINT, CI: remove custom mingw Azure
  • Loading branch information
WarrenWeckesser authored May 2, 2020
2 parents fb728f7 + 8c7d5d0 commit 107d1ee
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -140,10 +140,6 @@ jobs:
choco install -y mingw --forcex86 --force --version=6.4.0
displayName: 'Install 32-bit mingw for 32-bit builds'
condition: and(succeeded(), eq(variables['BITS'], 32))
- powershell: |
choco install -y mingw --force --version=6.4.0
displayName: 'Install 64-bit mingw for 64-bit builds'
condition: and(succeeded(), eq(variables['BITS'], 64))
- script: python -m pip install numpy cython==0.29.14 pybind11 pytest pytest-timeout pytest-xdist pytest-env pytest-cov Pillow mpmath
displayName: 'Install dependencies'
- powershell: |
Expand Down

0 comments on commit 107d1ee

Please sign in to comment.