From 5c7f9fe33d55e0c4e2ab31c4f2cc2805b3eab991 Mon Sep 17 00:00:00 2001 From: Felix Fontein Date: Wed, 19 Jul 2023 22:21:19 +0200 Subject: [PATCH] [stable-2] devel EE: force PyYAML==5.3.1 (#671) * Force PyYAML==5.3.1 in EE requirements. * Let's try <= instead of ==. * Revert "Let's try <= instead of ==." This reverts commit 31ab7521b42c7d4c030349fc671de6806216212c. * Revert "Force PyYAML==5.3.1 in EE requirements." This reverts commit 42b770588c418a8b757c2ef1c1287d32a1030d61. * Try to pin PyYAML for devel EE. --- .github/workflows/ee.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ee.yml b/.github/workflows/ee.yml index d307f048..b6a7f8cc 100644 --- a/.github/workflows/ee.yml +++ b/.github/workflows/ee.yml @@ -46,6 +46,8 @@ jobs: python_interpreter: package_system: python3.11 python3.11-pip python3.11-wheel python3.11-cryptography python_path: "/usr/bin/python3.11" + python: + - PyYAML==5.3.1 base_image: docker.io/redhat/ubi9:latest pre_base: '"#"' - name: ansible-core 2.15 @ Rocky Linux 9