We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 34403fb commit 6149639Copy full SHA for 6149639
.circleci/config.yml
@@ -228,8 +228,7 @@ commands:
228
command: |
229
. ${VENV_PATH}/bin/activate
230
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
+ pip install -U pip wheel pip-tools
233
pushd requirements
234
pip-sync requirements-ci.txt _raiden-dev.txt
235
popd
0 commit comments