diff --git a/.github/actions/test_image/action.yml b/.github/actions/test_image/action.yml index 5e251c59..6a71f416 100644 --- a/.github/actions/test_image/action.yml +++ b/.github/actions/test_image/action.yml @@ -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)