Skip to content

Commit

Permalink
upgrade pip on scrutinizer (tensorflow needs pip 19.*)
Browse files Browse the repository at this point in the history
  • Loading branch information
osma committed Sep 30, 2019
1 parent c88c218 commit 1b94abe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .scrutinizer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ build:
dependencies:
override:
- pip install pipenv
- pipenv run pip install pip==18.0
- pipenv run pip install pip==19.*
- pipenv install --dev --skip-lock
tests:
override:
Expand Down

0 comments on commit 1b94abe

Please sign in to comment.