We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6c8702b commit 062ffe5Copy full SHA for 062ffe5
.github/actions/build-test/action.yml
@@ -26,6 +26,7 @@ runs:
26
run: |
27
platform=${{ matrix.platform }}
28
echo "PLATFORM_PAIR=${platform//\//-}" >> $GITHUB_ENV
29
+ sudo apt install -y python3-pip python3-build pipx
30
31
- name: Set up Docker Buildx
32
uses: docker/setup-buildx-action@v3
@@ -37,7 +38,7 @@ runs:
37
38
shell: bash
39
id: ansible-builder-install
40
- python3 -m pip install -U ansible-builder build
41
+ python3 -m pipx install --force ansible-builder
42
python3 -m build --outdir final/dist/ --wheel
43
44
- name: Create a build context and Containerfile for base EE
0 commit comments