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