From ac133f9a86862ced9cbadc14d2c7dfcd42fb839d Mon Sep 17 00:00:00 2001 From: tangowithfoxtrot <5676771+tangowithfoxtrot@users.noreply.github.com> Date: Wed, 29 Nov 2023 09:46:11 -0800 Subject: [PATCH] fix pip not found --- .github/workflows/build-python-wheels.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/build-python-wheels.yml b/.github/workflows/build-python-wheels.yml index 9d8084618..9d289a036 100644 --- a/.github/workflows/build-python-wheels.yml +++ b/.github/workflows/build-python-wheels.yml @@ -106,6 +106,9 @@ jobs: sccache: "true" 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 - name: Upload wheels uses: actions/upload-artifact@a8a3f3ad30e3422c9c7b888a15615d19a852ae32 # v3.1.3