Update pip command
This commit is contained in:
parent
ad3071e5d4
commit
63766e9c0e
|
@ -24,7 +24,7 @@ jobs:
|
|||
steps:
|
||||
- run:
|
||||
name: Install system packages.
|
||||
command: pip install --upgrade pip && pip install ansible
|
||||
command: pip install ansible
|
||||
- checkout
|
||||
- restore_cache:
|
||||
key: v1-{{ .Branch }}-{{ checksum "./ansible/requirements.yml" }}
|
||||
|
|
Loading…
Reference in a new issue