From 6f930d4aa84d5a8a31899666a765eff4947847ed Mon Sep 17 00:00:00 2001 From: Felix Fontein Date: Sat, 27 Jul 2024 10:40:12 +0200 Subject: [PATCH] Install specific version beforehand. --- .github/workflows/ee.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ee.yml b/.github/workflows/ee.yml index e7b366c7..005189d3 100644 --- a/.github/workflows/ee.yml +++ b/.github/workflows/ee.yml @@ -113,8 +113,6 @@ jobs: ansible_runner: package_pip: ${{ matrix.ansible_runner }} galaxy: requirements.yml - python: - - python-daemon!=3.0.2 ${{ matrix.other_deps }} images: @@ -126,6 +124,8 @@ jobs: dest: src additional_build_steps: + prepend_builder: + - RUN \$PYCMD -m pip install --no-cache-dir python-daemon==3.0.1 prepend_base: - ${{ matrix.pre_base }} EOF