Update pip tests to omit install dev extras to avoid dep issues (#72436)
This commit is contained in:
parent
2e4038f4d2
commit
2ee5af514b
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