From: Bob Halley Date: Sun, 1 Nov 2020 14:30:05 +0000 (-0800) Subject: another azure attempt X-Git-Tag: v2.1.0~16 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0e6e1793116270d3a608759678e8a5352479b1fc;p=thirdparty%2Fdnspython.git another azure attempt --- diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 6a3e62b4..de9c5b8f 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -24,12 +24,12 @@ jobs: # python -m pip install --upgrade pip wheel setuptools # displayName: 'Install pip and wheel' - - script: | + - script: (Invoke-WebRequest -Uri https://raw.githubusercontent.com/python-poetry/poetry/master/get-poetry.py -UseBasicParsing).Content | python - - displayName: 'Install Poetry + displayName: 'Install Poetry' - script: | - %USERPROFILE%\.poetry\bin\poetry install -E dnssec -E doh -E idna -E trio -E curio + %USERPROFILE%\.poetry\bin\poetry install -E dnssec -E doh -E idna -E trio -E curio displayName: 'Install python dependencies' # - script: |