]> git.ipfire.org Git - thirdparty/dnspython.git/commitdiff
another azure attempt
authorBob Halley <halley@dnspython.org>
Sun, 1 Nov 2020 14:30:05 +0000 (06:30 -0800)
committerBob Halley <halley@dnspython.org>
Sun, 1 Nov 2020 14:30:05 +0000 (06:30 -0800)
azure-pipelines.yml

index 6a3e62b4eeccb34c3c60c1536f5b0f7a2ef81a28..de9c5b8f5f9854f7efcf12b4826f8ef310bede73 100644 (file)
@@ -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: |