Skip to content

Commit

Permalink
Pin podman-compose install to 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
gerrod3 committed Jan 28, 2025
1 parent b176ce6 commit 5f358c9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/pulp_images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,8 @@ jobs:
- 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: Build images
Expand Down

0 comments on commit 5f358c9

Please sign in to comment.