From 10bf69abb43ded230df6fbe555c590c629a8d97e Mon Sep 17 00:00:00 2001 From: Bob Halley Date: Sun, 1 Nov 2020 06:32:15 -0800 Subject: [PATCH] yet another azure attempt --- azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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' -- 2.47.3