Cap PyYAML to stay compatible with our code

It seems PyYAML==6.0 breaks the test-matrix code, let's just cap it.

Signed-off-by: Dr. Jens Harbott <harbott@osism.tech>
Change-Id: Id7bc0433315334657f78c0ee29bd100213479939
This commit is contained in:
Dr. Jens Harbott 2021-10-14 09:29:05 +02:00
parent a26706bb29
commit 0596760d94
1 changed files with 2 additions and 1 deletions

View File

@ -19,7 +19,8 @@
command: python3 -m venv /tmp/.test_matrix_venv
- name: Install PyYAML to venv
command: /tmp/.test_matrix_venv/bin/pip install PyYAML
command: |
/tmp/.test_matrix_venv/bin/pip install 'PyYAML<6'
- name: Append neutron to configs for stable/ocata+
set_fact: