summaryrefslogtreecommitdiff
path: root/.azure-pipelines/steps/run-tests-windows.yml
diff options
context:
space:
mode:
Diffstat (limited to '.azure-pipelines/steps/run-tests-windows.yml')
-rw-r--r--.azure-pipelines/steps/run-tests-windows.yml3
1 files changed, 2 insertions, 1 deletions
diff --git a/.azure-pipelines/steps/run-tests-windows.yml b/.azure-pipelines/steps/run-tests-windows.yml
index f01edbe34..6ce5d1cc0 100644
--- a/.azure-pipelines/steps/run-tests-windows.yml
+++ b/.azure-pipelines/steps/run-tests-windows.yml
@@ -8,7 +8,8 @@ steps:
versionSpec: '$(python.version)'
architecture: '$(python.architecture)'
-- template: install-dependencies.yml
+- bash: pip install --upgrade setuptools tox
+ displayName: Install Tox
- script: tox -e py -- -m unit -n 3 --junit-xml=junit/unit-test.xml
displayName: Tox run unit tests