Skip to content

Commit 6149639

Browse files
committed
chore: Unpin pip, 21.3.1 fixed the encountered problems
1 parent 34403fb commit 6149639

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.circleci/config.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -228,8 +228,7 @@ commands:
228228
command: |
229229
. ${VENV_PATH}/bin/activate
230230
pip config set global.progress_bar off
231-
# Pin pip to 21.2.4, 21.3 is broken, see https://github.com/pypa/pip/issues/10573.
232-
pip install -U pip==21.2.4 wheel pip-tools
231+
pip install -U pip wheel pip-tools
233232
pushd requirements
234233
pip-sync requirements-ci.txt _raiden-dev.txt
235234
popd

0 commit comments

Comments
 (0)