Fix typo, install pip on container

This commit is contained in:
Daniel A. Wozniak 2023-01-24 13:22:47 -07:00 committed by Megan Wilhite
parent f9ed1fd313
commit 2a7fa2775d
2 changed files with 2 additions and 2 deletions

View file

@ -40,7 +40,7 @@ jobs:
- name: Download System Dependencies
run: |
apt update
apt install -y python3 python3-venv build-essential devscripts debhelper bash-completion
apt install -y python3 python3-venv python3-pip build-essential devscripts debhelper bash-completion
- name: Pip Install Tools Requirements
run: |

View file

@ -50,7 +50,7 @@ jobs:
SALT_ONEDIR_ARCHIVE: "${{ github.workspace }}/artifacts/salt-${{ inputs.salt-version }}-onedir-linux-${{ matrix.arch }}.tar.xz"
run: |
echo "${{ inputs.salt-version }}" > salt/_version.txt
tools changlog update-rpm
tools changelog update-rpm
rpmbuild -bb --define="_salt_src $(pwd)" $(pwd)/pkg/rpm/salt.spec
- name: Upload RPMs