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