From 854310c2209ba1ce8f4d0e129eabb076a4ced857 Mon Sep 17 00:00:00 2001 From: Adriane Boyd Date: Thu, 26 Nov 2020 09:28:03 +0100 Subject: [PATCH] Remove --only-binary from CI --- azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 95a76abcd..43fd5a5c8 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -110,7 +110,7 @@ jobs: - bash: | SDIST=$(python -c "import os;print(os.listdir('./dist')[-1])" 2>&1) - pip install dist/$SDIST --only-binary :all: + pip install dist/$SDIST displayName: 'Install from sdist' - script: |