From 8d7ce95e48c6c845c76f104857ee663e2f6739ef Mon Sep 17 00:00:00 2001 From: Dimitris Tsapetis Date: Wed, 17 Feb 2021 11:48:14 -0500 Subject: [PATCH] Update azure-pipelines.yml --- azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 6c1891896..354762854 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -71,7 +71,7 @@ steps: - script: | python -m pip install --upgrade pip pip install pytest pytest-azurepipelines - python setup.py install + python setup.py $(GitVersion.SemVer) install # pip install -e . displayName: "Install project dependencies" #- script: |