From 6795ea8043c1cef781d4bd0608304a0d38e7e76e Mon Sep 17 00:00:00 2001 From: tangowithfoxtrot <5676771+tangowithfoxtrot@users.noreply.github.com> Date: Wed, 29 Nov 2023 09:51:02 -0800 Subject: [PATCH] add -y --- .github/workflows/build-python-wheels.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-python-wheels.yml b/.github/workflows/build-python-wheels.yml index 9d289a036..57f0ea214 100644 --- a/.github/workflows/build-python-wheels.yml +++ b/.github/workflows/build-python-wheels.yml @@ -107,8 +107,8 @@ jobs: manylinux: "2_28" # https://github.com/pola-rs/polars/pull/12211 working-directory: ${{ github.workspace }}/languages/python before-script-linux: | - apt update - apt install python3-pip + apt-get update + apt-get install python3-pip -y - name: Upload wheels uses: actions/upload-artifact@a8a3f3ad30e3422c9c7b888a15615d19a852ae32 # v3.1.3