Skip to content

Commit

Permalink
Updated GUI test setup to use default pip version.
Browse files Browse the repository at this point in the history
  • Loading branch information
zenmonkeykstop committed Jan 6, 2020
1 parent c16af86 commit 2fbabfe
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -186,12 +186,6 @@ 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

0 comments on commit 2fbabfe

Please sign in to comment.