Skip to content

Commit

Permalink
TST: adjust to vmImage dispatch in Azure
Browse files Browse the repository at this point in the history
  • Loading branch information
tylerjereddy authored and larsoner committed Feb 1, 2019
1 parent 5875fd3 commit cc79049
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ trigger:
jobs:
- job: Linux_Python_36_32bit_full
pool:
vmIMage: 'ubuntu-16.04'
vmImage: 'ubuntu-16.04'
steps:
- script: |
docker pull i386/ubuntu:bionic
Expand All @@ -33,7 +33,7 @@ jobs:
testRunTitle: 'Publish test results for Python 3.6-32 bit full Linux'
- job: Windows
pool:
vmIMage: 'VS2017-Win2016'
vmImage: 'VS2017-Win2016'
variables:
OPENBLAS_32: https://3f23b170c54c2533c070-1c8a9b3114517dc5fe17b7c3f8c63a43.ssl.cf2.rackcdn.com/openblas-5f998ef_gcc7_1_0_win32.zip
OPENBLAS_64: https://3f23b170c54c2533c070-1c8a9b3114517dc5fe17b7c3f8c63a43.ssl.cf2.rackcdn.com/openblas-5f998ef_gcc7_1_0_win64.zip
Expand Down

0 comments on commit cc79049

Please sign in to comment.