From f6409bbc4828e2c075c8e3d4f7ef0e1b5fe10800 Mon Sep 17 00:00:00 2001 From: Stuart Mumford Date: Wed, 27 May 2020 17:56:16 +0100 Subject: [PATCH] More arguments with index urls --- azure-pipelines.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 613aa5c8..997e0e74 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -4,8 +4,7 @@ variables: CI_BUILD_ID: $(Build.BuildId) # These will need to be changed for your project. CI_BUILD_URL: "https://dev.azure.com/DKISTDC/dkist/_build/results?buildId=$(Build.BuildId)" - CIBW_ENVIRONMENT: "PIP_EXTRA_INDEX_URL=https://pkgs.dev.azure.com/sunpy/ndcube/_packaging/ndcube/pypi/simple/" - CIBW_BEFORE_BUILD: "env" + PIP_EXTRA_INDEX_URL: "https://pkgs.dev.azure.com/sunpy/ndcube/_packaging/ndcube/pypi/simple/" # These resources need to be setup on the Azure Pipeline website # as a service connection (if it has not been already).