Skip to content

Commit

Permalink
[stable-2] devel EE: force PyYAML==5.3.1 (#671)
Browse files Browse the repository at this point in the history
* Force PyYAML==5.3.1 in EE requirements.

* Let's try <= instead of ==.

* Revert "Let's try <= instead of ==."

This reverts commit 31ab752.

* Revert "Force PyYAML==5.3.1 in EE requirements."

This reverts commit 42b7705.

* Try to pin PyYAML for devel EE.
  • Loading branch information
felixfontein authored Jul 19, 2023
1 parent dd9aeac commit 5c7f9fe
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ee.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 5c7f9fe

Please sign in to comment.