Skip to content

Commit 4854612

Browse files
committed
MAINT: pin pip to 21.1.1
There is a regression for our case in pip's dependency resolver in v21.2.1 - pin to older version until resolved.
1 parent 4fa0145 commit 4854612

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.circleci/config.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,8 @@ jobs:
2020
command: |
2121
python3 -m venv venv
2222
source venv/bin/activate
23-
pip install --upgrade pip wheel setuptools
23+
pip install pip==21.1.1
24+
pip install --upgrade wheel setuptools
2425
pip install -r site/requirements.txt -r requirements.txt
2526
2627
- restore_cache:

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy