Skip to content

Commit

Permalink
ci: remove unknown pip option
Browse files Browse the repository at this point in the history
Signed-off-by: Chris Goller <[email protected]>
  • Loading branch information
goller committed Oct 3, 2024
1 parent 96cd27b commit fd9de0f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/actions/setup/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ runs:
if: ${{ inputs.os == 'Linux' }}
shell: bash
run: |
python3 -m pip install --break-system-packages --upgrade pip
pip3 install --break-system-packages requests six
python3 -m pip install --upgrade pip
pip3 install requests six
- name: 'Select latest Xcode'
if: ${{ inputs.os == 'macOS' || inputs.os == 'Android' }}
Expand Down

0 comments on commit fd9de0f

Please sign in to comment.