Skip to content

Commit

Permalink
removed pipenv
Browse files Browse the repository at this point in the history
  • Loading branch information
lzy7071 committed Apr 20, 2020
1 parent 777b4a4 commit f01ab05
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -112,8 +112,7 @@ jobs:
# fi
# done < .circleci/requirements.txt
# fi
python3 -m pip install pipenv
/usr/local/bin/pipenv install -e .
python3 -m pip install -e .
- run:
name: Install package (Python 3)
command: python3 -m pip install -U -e .[all]
Expand Down

0 comments on commit f01ab05

Please sign in to comment.