Skip to content

Commit 022313d

Browse files
authored
Merge pull request #106 from rossbar/maint/unpin-pip
Revert "MAINT: pin pip to 21.1.1"
2 parents 1007621 + bf957de commit 022313d

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.circleci/config.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,7 @@ jobs:
2020
command: |
2121
python3 -m venv venv
2222
source venv/bin/activate
23-
pip install pip==21.1.1
24-
pip install --upgrade wheel setuptools
23+
pip install --upgrade pip wheel setuptools
2524
pip install -r site/requirements.txt -r requirements.txt
2625
2726
- restore_cache:

0 commit comments

Comments
 (0)