workflow/lint: pin ruamel.yaml.clib to 0.2.2

Recent release is broken with py27.

Signed-off-by: Dimitri Savineau <dsavinea@redhat.com>
pull/6644/head
Dimitri Savineau 2021-06-29 11:33:23 -04:00 committed by Guillaume Abrioux
parent 6f3dc45175
commit 695954023e
1 changed files with 1 additions and 1 deletions

View File

@ -16,6 +16,6 @@ jobs:
architecture: x64
- run: pip install -r <(grep ansible tests/requirements.txt) ansible-lint==4.3.7
if: matrix.python-version == '3.6'
- run: pip install -r <(grep ansible tests/requirements.txt) ansible-lint ruamel.yaml==0.16.13
- run: pip install -r <(grep ansible tests/requirements.txt) ansible-lint ruamel.yaml==0.16.13 ruamel.yaml.clib==0.2.2
if: matrix.python-version == '2.7'
- run: ansible-lint -x 106,204,205,208 -v --force-color ./roles/*/ ./infrastructure-playbooks/*.yml site-container.yml.sample site-container.yml.sample