Skip to content

Commit

Permalink
Merge pull request #3853 from freedomofpress/pip-bug-workaround
Browse files Browse the repository at this point in the history
temporary fix for pip/pipenv bug
  • Loading branch information
redshiftzero committed Oct 9, 2018
2 parents 3c3ef9d + 4ad6150 commit 8dcbfd5
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .circleci/config.yml
Expand Up @@ -94,6 +94,12 @@ jobs:
name: Install libqt5designer5
command: sudo apt-get update && sudo apt-get install -y libqt5designer5

- run:
name: Install pip==18.0 to work pipenv/pip bug
command: |
cd journalist_gui
pipenv run pip install pip==18.0
- run:
name: Install requirements
command: |
Expand Down Expand Up @@ -129,6 +135,10 @@ jobs:
name: Installation apt pre-reqs
command: apt-get install -y enchant

- run:
name: Install pip==18.0 to work pipenv/pip bug
command: pip install pip==18.0

- run:
name: Installation pre-reqs
command: pip install -U -r securedrop/requirements/develop-requirements.txt
Expand Down

0 comments on commit 8dcbfd5

Please sign in to comment.