Skip to content
This repository has been archived by the owner on Jan 13, 2024. It is now read-only.

Commit

Permalink
Update azure-pipelines.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
sdpython committed Jan 2, 2021
1 parent 9bf9a75 commit 2f7d4f7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions azure-pipelines.yml
Expand Up @@ -90,11 +90,11 @@ jobs:
#- script: brew install --cask mactex
# continueOnError: true
# displayName: 'Install latex'
- bash: pip install numpy scipy
- bash: conda install -y numpy scipy
displayName: Install numpy scipy
- bash: conda install llvmlite numba
displayName: Install llvmlite numba
- bash: conda install pyproj cartopy shapely
- bash: conda install -y pyproj cartopy shapely
displayName: Install pyproj cartopy shapely
- script: pip install -r requirements.txt
displayName: 'Install Requirements'
Expand Down

0 comments on commit 2f7d4f7

Please sign in to comment.