(cherry picked from commit 2ee5af5
)
Co-authored-by: Matt Martz <matt@sivel.net>
This commit is contained in:
parent
1f485dccaa
commit
7cd080b10d
1 changed files with 2 additions and 1 deletions
|
@ -479,7 +479,8 @@
|
|||
|
||||
- name: try install package with setuptools extras
|
||||
pip:
|
||||
name: "{{pip_test_package}}[dev,test]"
|
||||
name:
|
||||
- "{{pip_test_package}}[test]"
|
||||
|
||||
- name: clean up
|
||||
pip:
|
||||
|
|
Loading…
Reference in a new issue