Skip to content

Commit 31dcc8b

Browse files
committed
ci: downgrade wheel package version
Signed-off-by: Cagri Yonca <cagri@ibm.com>
1 parent 1975b0a commit 31dcc8b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ commands:
4040
python -m venv venv
4141
. venv/bin/activate
4242
pip install --upgrade pip
43-
pip install 'wheel>=0.29.0'
43+
pip install 'wheel==0.45.1'
4444
pip install -r requirements.txt
4545
pip install -r <<parameters.requirements>>
4646

0 commit comments

Comments
 (0)