We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ad03a1d commit 2082e34Copy full SHA for 2082e34
.azure-pipelines/azure-pipelines-base.yml
@@ -69,7 +69,7 @@ jobs:
69
70
- script: |
71
python -m pip install --no-cache-dir --upgrade --pre -r requirements.txt
72
- python -m pip install --no-cache-dir --force-reinstall --no-deps --pre -i https://pypi.anaconda.org/scientific-python-nightly-wheels/simple contourpy h5py matplotlib numpy pandas scipy xarray
+ python -m pip install --no-cache-dir --force-reinstall --no-deps --pre -i https://pypi.anaconda.org/scientific-python-nightly-wheels/simple contourpy matplotlib numpy pandas scipy xarray
73
condition: and(succeeded(), eq(variables.Nightlies, true))
74
displayName: 'Update with nightlies'
75
0 commit comments