Skip to content

Commit

Permalink
pin pip to work around python-poetry/poetry#826
Browse files Browse the repository at this point in the history
  • Loading branch information
cjw296 committed Mar 19, 2019
1 parent 8a6aaf7 commit eccb584
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
- image: circleci/python:<< parameters.python >>
steps:
- python/poetry-run-tests:
# prepare: << parameters.prepare >>
prepare: "pip install 'pip<19'"
command: "poetry run coverage run -m twisted.trial tests"

common: &common
Expand Down

0 comments on commit eccb584

Please sign in to comment.