We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 947c694 commit ef6ca9cCopy full SHA for ef6ca9c
1 file changed
.azure-pipelines/templates/setup-ci-machine.yml
@@ -1,9 +1,9 @@
1
steps:
2
- script: python -m pip install --upgrade pip
3
displayName: 'Upgrade pip'
4
-- script: pip install wheel
5
- displayName: 'Install Wheel'
6
-- script: "pip install 'pytest>=7.0.0'"
+- script: pip install wheel==0.30.0 setuptools==70.0.0
+ displayName: 'Install Wheel & Setuptools'
+- script: "pip install pytest==6.2.5"
7
displayName: 'Install pytest'
8
- script: pip install coverage
9
displayName: 'Install coverage'
0 commit comments