The containers come with pipenv, apparently
This commit is contained in:
parent
b076d7aa06
commit
edb18db633
1 changed files with 1 additions and 4 deletions
|
@ -7,9 +7,6 @@ jobs:
|
||||||
working_directory: ~/dotfiles
|
working_directory: ~/dotfiles
|
||||||
steps:
|
steps:
|
||||||
- checkout
|
- checkout
|
||||||
- run:
|
- run: pipenv install
|
||||||
command: |
|
|
||||||
sudo pip install pipenv
|
|
||||||
pipenv install
|
|
||||||
- run: pipenv run test
|
- run: pipenv run test
|
||||||
- run: pipenv run deploy -C
|
- run: pipenv run deploy -C
|
||||||
|
|
Loading…
Reference in a new issue