Fix collection import error
We need this specific fix [1] to target error: from collections import Sequence, Mapping ImportError: cannot import name 'Sequence' from 'collections' [1] https://github.com/23andMe/Yamale/commit/ 0ddd618c8ba7aa6df146a840b15a1285c476e10e Change-Id: I04f3221624bdf88803b9e5f4a9fa3eabade756b1
This commit is contained in:
parent
2220a7da8d
commit
bb9c303fab
@ -7,7 +7,7 @@
|
||||
become: true
|
||||
pip:
|
||||
name:
|
||||
- yamale==1.8.0
|
||||
- yamale==1.8.1
|
||||
- yamllint==1.13.0
|
||||
|
||||
- name: Install chart-testing
|
||||
|
Loading…
Reference in New Issue
Block a user