From: Bob Halley Date: Sun, 1 Nov 2020 14:32:15 +0000 (-0800) Subject: yet another azure attempt X-Git-Tag: v2.1.0~15 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=10bf69abb43ded230df6fbe555c590c629a8d97e;p=thirdparty%2Fdnspython.git yet another azure attempt --- diff --git a/azure-pipelines.yml b/azure-pipelines.yml index de9c5b8f..35a3404e 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -24,7 +24,7 @@ jobs: # python -m pip install --upgrade pip wheel setuptools # displayName: 'Install pip and wheel' - - script: + - powershell: (Invoke-WebRequest -Uri https://raw.githubusercontent.com/python-poetry/poetry/master/get-poetry.py -UseBasicParsing).Content | python - displayName: 'Install Poetry'