Skip to content

Commit 6d4e299

Browse files
committed
AZURE: Find extra wheels to get Python 3.4 working again
1 parent 5bcd9d3 commit 6d4e299

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.azure-pipelines/windows.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ jobs:
88
- job: ${{ parameters.name }}
99
pool:
1010
vmImage: ${{ parameters.vmImage }}
11+
variables:
12+
EXTRA_WHEELS: "https://5cf40426d9f06eb7461d-6fe47d9331aba7cd62fc36c7196769e4.ssl.cf2.rackcdn.com"
1113
strategy:
1214
matrix:
1315
${{ insert }}: ${{ parameters.matrix }}
@@ -22,7 +24,7 @@ jobs:
2224
python -m pip install --upgrade pip setuptools>=30.3.0 wheel
2325
displayName: 'Update build tools'
2426
- script: |
25-
python -m pip install numpy scipy matplotlib h5py pydicom
27+
python -m pip install --find-links %EXTRA_WHEELS% numpy scipy matplotlib h5py pydicom
2628
python -m pip install nose mock coverage codecov
2729
displayName: 'Install dependencies'
2830
- script: |

0 commit comments

Comments
 (0)