Skip to content

Commit

Permalink
try force reinstall with nightlies
Browse files Browse the repository at this point in the history
  • Loading branch information
OriolAbril committed Apr 5, 2024
1 parent 34f2ee4 commit d416ba0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .azure-pipelines/azure-pipelines-base.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ jobs:
- script: |
python -m pip install --no-cache-dir --upgrade --pre -r requirements.txt
python -m pip install --no-cache-dir --upgrade --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 h5py matplotlib numpy pandas scipy xarray
condition: and(succeeded(), eq(variables.Nightlies, true))
displayName: 'Update with nightlies'
Expand Down

0 comments on commit d416ba0

Please sign in to comment.