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 3, 2021
1 parent b3a829f commit f8369d1
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions azure-pipelines.yml
Expand Up @@ -85,16 +85,14 @@ jobs:
displayName: Add conda to PATH.
- bash: sudo chown -R $USER $CONDA
displayName: Take ownership of conda installation
- bash: conda update conda --yes --quiet
displayName: Update conda.
#- script: brew install --cask mactex
# continueOnError: true
# displayName: 'Install latex'
- bash: conda install -y numpy scipy
- bash: conda install -y -c conda-forge numpy scipy
displayName: Install numpy scipy
- bash: conda install -y -c conda-forge llvmlite numba
displayName: Install llvmlite numba
- bash: conda install -y pyproj cartopy shapely
- bash: conda install -y -c conda-forge pyproj cartopy shapely
displayName: Install pyproj cartopy shapely
- script: pip install -r requirements.txt
displayName: 'Install Requirements'
Expand Down

0 comments on commit f8369d1

Please sign in to comment.