Skip to content

Commit

Permalink
Restrain podman-compose==1.1.0 for tests to deal with upstream bug
Browse files Browse the repository at this point in the history
  • Loading branch information
gerrod3 committed Jan 15, 2025
1 parent 48380a8 commit b916561
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/test_image/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ runs:
- name: Install httpie and podman-compose
run: |
echo "HTTPIE_CONFIG_DIR=$GITHUB_WORKSPACE/.ci/assets/httpie/" >> $GITHUB_ENV
pip install httpie podman-compose
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 b916561

Please sign in to comment.