Skip to content

Commit

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

0 comments on commit 6795ea8

Please sign in to comment.