Skip to content

Commit

Permalink
Work around " Error importing BAR_TYPES" in pip
Browse files Browse the repository at this point in the history
A new version of pip removed a variable used by piptools. Pin the pip
version to avoid running into this problem.

See jazzband/pip-tools#1617.
  • Loading branch information
karlb committed May 12, 2022
1 parent 13cf918 commit 7367b46
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,8 @@ commands:
command: |
. ${VENV_PATH}/bin/activate
pip config set global.progress_bar off
pip install -U pip wheel pip-tools setuptools
# Pin pip to this version due to https://github.com/jazzband/pip-tools/issues/1617
pip install -U pip==22.0.4 wheel pip-tools setuptools
pushd requirements
pip-sync requirements-ci.txt _raiden-dev.txt
popd
Expand Down

0 comments on commit 7367b46

Please sign in to comment.