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 7e02574 commit e6499b1Copy full SHA for e6499b1
ci/azure/azure_template_windows.yml
@@ -47,10 +47,10 @@ jobs:
47
48
- powershell: |
49
if ($null -ne $env:NUMPY) {
50
- python -m pip install numpy==${NUMPY}
+ python -m pip install numpy==$env:NUMPY
51
}
52
if ($null -ne $env:PANDAS) {
53
- python -m pip install pandas==${PANDAS}
+ python -m pip install pandas==$env:PANDAS
54
55
displayName: 'Update numpy and pandas (if needed)'
56
0 commit comments