Remove unused pip dependency (#2711)
df7bbb28d5 removed the use of this.
Also convert string to an array to reduce merge conflicts and
alphabetize packages for readability.
This commit is contained in:
9
.github/workflows/ci.yml
vendored
9
.github/workflows/ci.yml
vendored
@ -77,10 +77,13 @@ jobs:
|
||||
# [NOTE]
|
||||
# On openSUSE, tar and gzip must be installed before action/checkout.
|
||||
#
|
||||
- name: Install packages before checkout
|
||||
- name: Install openSUSE packages before checkout
|
||||
if: matrix.container == 'opensuse/leap:15'
|
||||
run: |
|
||||
zypper install -y tar gzip
|
||||
run: zypper install -y tar gzip
|
||||
|
||||
- name: Install Alpine packages before checkout
|
||||
if: matrix.container == 'alpine:3.22'
|
||||
run: apk add --no-progress --no-cache bash
|
||||
|
||||
- name: Checkout source code
|
||||
uses: actions/checkout@v4
|
||||
|
||||
Reference in New Issue
Block a user