diff options
| author | Bob Halley <halley@dnspython.org> | 2020-10-28 08:56:55 -0700 |
|---|---|---|
| committer | Bob Halley <halley@dnspython.org> | 2020-10-28 08:56:55 -0700 |
| commit | 726b34133e2567c144d10f1aa9e6f73508cfd8bc (patch) | |
| tree | cc37b0838dda2c43b6d81956561a195f917a0459 | |
| parent | 50228f17355026436683659501ca555a19f1d8b6 (diff) | |
| download | dnspython-726b34133e2567c144d10f1aa9e6f73508cfd8bc.tar.gz | |
another azure try. sigh!
| -rw-r--r-- | azure-pipelines.yml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 575f7de..c0c85aa 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -25,7 +25,8 @@ jobs: # displayName: 'Install pip and wheel' - script: | - python -m pip install -e .[dnssec,idna,doh,trio,curio] + python -m pip install requests requests-toolbelt idna cryptography + python -m pip install trio sniffio curio displayName: 'Install python dependencies' - script: | |
