Skip to content

Commit 831b4c9

Browse files
fix: bump wheel version to fix CI linter (#852)
* fix: bump wheel version to fix CI linter * bump version in yml --------- Co-authored-by: Yuelin Zhao <yuelinzhao@microsoft.com>
1 parent f2f3f90 commit 831b4c9

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.azure-devops/templates/evaluate-command-table.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ steps:
1717
source ./venv/bin/activate
1818
git clone --single-branch -b dev https://github.com/Azure/azure-cli.git ../azure-cli
1919
pip install azdev
20-
pip install wheel==0.30.0 setuptools==70.0.0
20+
pip install wheel==0.45.1 setuptools==70.0.0
2121
azdev --version
2222
azdev setup -c ../azure-cli -r ./
2323
AZURE_EXTENSION_DIR=~/.azure/cliextensions

dev_requirements

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ pytest-env
55
responses==0.22.0
66
black
77
setuptools==70.0.0
8-
wheel==0.30.0
8+
wheel==0.45.1
99
pre-commit
1010
pylint==3.0.3
1111
flake8

0 commit comments

Comments
 (0)