diff --git a/azure-pipelines.yml b/azure-pipelines.yml index c7d744a0e4a0..80c206abdd2a 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -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 @@ -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