Skip to content

Commit

Permalink
fix pip not found
Browse files Browse the repository at this point in the history
  • Loading branch information
tangowithfoxtrot authored Nov 29, 2023
1 parent 0399eae commit ac133f9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build-python-wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ac133f9

Please sign in to comment.