We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1975b0a commit 31dcc8bCopy full SHA for 31dcc8b
.circleci/config.yml
@@ -40,7 +40,7 @@ commands:
40
python -m venv venv
41
. venv/bin/activate
42
pip install --upgrade pip
43
- pip install 'wheel>=0.29.0'
+ pip install 'wheel==0.45.1'
44
pip install -r requirements.txt
45
pip install -r <<parameters.requirements>>
46
0 commit comments