Skip to content

Commit

Permalink
Merge pull request #709 from gerrod3/restrain-pod-com
Browse files Browse the repository at this point in the history
Restrain podman-compose==1.1.0 for tests to deal with upstream bug
  • Loading branch information
mdellweg authored Jan 15, 2025
2 parents 48380a8 + 2621234 commit 5897c3d
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 @@ -15,7 +15,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 5897c3d

Please sign in to comment.