Skip to content

Commit 947c694

Browse files
authored
Fix build pipeline by upgrading setuptools and wheel dependencies (#1490)
* Fix build pipeline by upgrading setuptools and wheel dependencies * updated changes
1 parent 75ab14d commit 947c694

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.azure-pipelines/templates/setup-ci-machine.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
steps:
22
- script: python -m pip install --upgrade pip
33
displayName: 'Upgrade pip'
4-
- script: pip install wheel==0.30.0
4+
- script: pip install wheel
55
displayName: 'Install Wheel'
6-
- script: pip install pytest==6.2.5
6+
- script: "pip install 'pytest>=7.0.0'"
77
displayName: 'Install pytest'
88
- script: pip install coverage
99
displayName: 'Install coverage'

0 commit comments

Comments
 (0)