We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6561d0e commit a8a8fa8Copy full SHA for a8a8fa8
.azure-pipelines/steps/run-tests-windows.yml
@@ -24,7 +24,7 @@ steps:
24
Set-Acl "R:\Temp" $acl
25
displayName: Set RAMDisk Permissions
26
27
-- bash: pip install --upgrade 'virtualenv<20' setuptools tox
+- bash: pip install --upgrade 'virtualenv' setuptools tox
28
displayName: Install Tox
29
30
- script: tox -e py -- -m unit -n auto --junit-xml=junit/unit-test.xml
.azure-pipelines/steps/run-tests.yml
@@ -4,7 +4,7 @@ steps:
4
inputs:
5
versionSpec: '$(python.version)'
6
7
8
9
10
0 commit comments