From f8369d1e9faf0679c505df3c62ee527d1c9bf702 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?xavier=20dupr=C3=A9?= Date: Sun, 3 Jan 2021 01:05:41 +0100 Subject: [PATCH] Update azure-pipelines.yml --- azure-pipelines.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 2acbe59..3d31c18 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -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'