Skip to content

Commit

Permalink
Install specific version beforehand.
Browse files Browse the repository at this point in the history
  • Loading branch information
felixfontein committed Jul 27, 2024
1 parent f061ac4 commit 6f930d4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ee.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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
Expand Down

0 comments on commit 6f930d4

Please sign in to comment.