aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar MarkKoz <[email protected]>2019-03-24 17:27:36 -0700
committerGravatar MarkKoz <[email protected]>2019-03-24 17:27:36 -0700
commite0dda0a40f5e5d0eb5cb6110510f28dc23117c1a (patch)
tree92447e7ce5e0641e62b1967e8d3bcab7026276b2
parentMerge pull request #144 from MadisonMcdonald/encoding-fix (diff)
CI: Remove build packages
Either the packages already exist on the Ubuntu image or are not needed thanks to the use of manylinux wheels.
-rw-r--r--azure-pipelines.yml4
1 files changed, 0 insertions, 4 deletions
diff --git a/azure-pipelines.yml b/azure-pipelines.yml
index f81f1139..e3f6035b 100644
--- a/azure-pipelines.yml
+++ b/azure-pipelines.yml
@@ -19,10 +19,6 @@ jobs:
PIP_CACHE_DIR: ".cache/pip"
PIP_SRC: ".cache/src"
- steps:
- - script: sudo apt-get install build-essential curl docker libffi-dev libfreetype6-dev libxml2 libxml2-dev libxslt1-dev zlib1g zlib1g-dev
- displayName: 'Install base dependencies'
-
- task: UsePythonVersion@0
displayName: 'Set Python version'
inputs: