Skip to content

Commit

Permalink
Merge pull request #710 from pulp/patchback/backports/3.49/5897c3ded8…
Browse files Browse the repository at this point in the history
…318fd650532aaf0f150769081c3447/pr-709

[PR #709/5897c3de backport][3.49] Restrain podman-compose==1.1.0 for tests to deal with upstream bug
  • Loading branch information
mdellweg authored Jan 15, 2025
2 parents 72e44a9 + 62f4e0e commit 8dd5aaf
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/actions/test_image/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@ runs:
- name: Install httpie and podman-compose
run: |
echo "HTTPIE_CONFIG_DIR=$GITHUB_WORKSPACE/.ci/assets/httpie/" >> $GITHUB_ENV
pip install httpie podman-compose
# Constrain while bug is present: https://github.com/containers/podman-compose/issues/1059
pip install httpie podman-compose==1.1.0
shell: bash

- name: Test image with upgrade in s6 mode (pulp)
Expand Down

0 comments on commit 8dd5aaf

Please sign in to comment.