We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5bcd9d3 commit 6d4e299Copy full SHA for 6d4e299
.azure-pipelines/windows.yml
@@ -8,6 +8,8 @@ jobs:
8
- job: ${{ parameters.name }}
9
pool:
10
vmImage: ${{ parameters.vmImage }}
11
+ variables:
12
+ EXTRA_WHEELS: "https://5cf40426d9f06eb7461d-6fe47d9331aba7cd62fc36c7196769e4.ssl.cf2.rackcdn.com"
13
strategy:
14
matrix:
15
${{ insert }}: ${{ parameters.matrix }}
@@ -22,7 +24,7 @@ jobs:
22
24
python -m pip install --upgrade pip setuptools>=30.3.0 wheel
23
25
displayName: 'Update build tools'
26
- script: |
- python -m pip install numpy scipy matplotlib h5py pydicom
27
+ python -m pip install --find-links %EXTRA_WHEELS% numpy scipy matplotlib h5py pydicom
28
python -m pip install nose mock coverage codecov
29
displayName: 'Install dependencies'
30
0 commit comments