Skip to content

Commit

Permalink
The pip coming with the ansible-core 2.11 alpine3 image seems to be t…
Browse files Browse the repository at this point in the history
…oo old.
  • Loading branch information
felixfontein committed May 5, 2023
1 parent 1be6253 commit 9799cc8
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/ansible-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,10 @@ jobs:
- ''
target:
- ''
extra-constraints:
# Specifying this other than '' likely destroys change detection, but at least it will make
# CI pass when necessary...
- ''
exclude:
- ansible: ''
include:
Expand All @@ -117,6 +121,7 @@ jobs:
docker: alpine3
python: ''
target: azp/4/
extra-constraints: urllib3 < 2.0.0
- ansible: '2.11'
docker: alpine3
python: ''
Expand Down Expand Up @@ -144,6 +149,9 @@ jobs:
git clone --depth=1 --single-branch https://github.com/ansible-collections/community.crypto.git ../../community/crypto
;
git clone --depth=1 --single-branch https://github.com/ansible-collections/community.general.git ../../community/general
${{ matrix.extra-constraints && format('; echo ''{0}'' >> tests/utils/constraints.txt', matrix.extra-constraints) || '' }}
;
cat tests/utils/constraints.txt
pull-request-change-detection: 'true'
target: ${{ matrix.target }}
target-python-version: ${{ matrix.python }}
Expand Down

0 comments on commit 9799cc8

Please sign in to comment.