]> git.ipfire.org Git - thirdparty/dnspython.git/commitdiff
azure fix take 2
authorBob Halley <halley@dnspython.org>
Wed, 21 Oct 2020 21:28:11 +0000 (14:28 -0700)
committerBob Halley <halley@dnspython.org>
Wed, 21 Oct 2020 21:28:11 +0000 (14:28 -0700)
azure-pipelines.yml

index f67f3c12b7540eb91f9ca7cb58d90fbb7205316b..3c8054497b4dcf397b56468ddb09a237a1834234 100644 (file)
@@ -21,8 +21,6 @@ jobs:
     displayName: 'Use Python $(python.version)'
 
   - script: |
-      python -m pip install --upgrade pip
-      python -m pip install setuptools wheel
       pip install -e .[dnssec,idna,doh,trio,curio]
     displayName: 'Install python dependencies'