Skip to content

Commit 062ffe5

Browse files
committed
Install pip on build runners
1 parent 6c8702b commit 062ffe5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/actions/build-test/action.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ runs:
2626
run: |
2727
platform=${{ matrix.platform }}
2828
echo "PLATFORM_PAIR=${platform//\//-}" >> $GITHUB_ENV
29+
sudo apt install -y python3-pip python3-build pipx
2930
3031
- name: Set up Docker Buildx
3132
uses: docker/setup-buildx-action@v3
@@ -37,7 +38,7 @@ runs:
3738
shell: bash
3839
id: ansible-builder-install
3940
run: |
40-
python3 -m pip install -U ansible-builder build
41+
python3 -m pipx install --force ansible-builder
4142
python3 -m build --outdir final/dist/ --wheel
4243
4344
- name: Create a build context and Containerfile for base EE

0 commit comments

Comments
 (0)