Skip to content

Commit 31dcc8b

Browse files
committed
ci: downgrade wheel package version
Signed-off-by: Cagri Yonca <[email protected]>
1 parent 1975b0a commit 31dcc8b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

+1-1
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)