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:
ricolin 2024-04-18 22:41:09 +08:00
parent 2220a7da8d
commit bb9c303fab
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@
become: true
pip:
name:
- yamale==1.8.0
- yamale==1.8.1
- yamllint==1.13.0
- name: Install chart-testing