Skip to content

Commit aa4a916

Browse files
committed
Python workflow: on run yum on Linux x64 and Arm, add -y
1 parent baa7af5 commit aa4a916

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/python.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -31,10 +31,10 @@ jobs:
3131
target: aarch64
3232
- runner: ubuntu-latest
3333
target: armv7
34-
- runner: ubuntu-latest
35-
target: s390x
36-
- runner: ubuntu-latest
37-
target: ppc64le
34+
# - runner: ubuntu-latest
35+
# target: s390x
36+
# - runner: ubuntu-latest
37+
# target: ppc64le
3838
steps:
3939
- uses: actions/checkout@v4
4040
- uses: actions/setup-python@v5
@@ -46,7 +46,7 @@ jobs:
4646
target: ${{ matrix.platform.target }}
4747
args: --release --out dist --find-interpreter --manifest-path python/Cargo.toml
4848
sccache: "true"
49-
before-script-linux: yum update && yum install -y pkg-config libasound2-dev
49+
before-script-linux: yum update -y && yum install -y pkg-config libasound2-dev
5050
manylinux: auto
5151
- name: Upload wheels
5252
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)