Skip to content

Commit 0c31502

Browse files
committed
Alias pip3 too
1 parent 9f4b1f8 commit 0c31502

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/build.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -221,6 +221,7 @@ jobs:
221221
working-directory: ./connectedhomeip/
222222
run: |
223223
alias python3='python3.11'
224+
alias pip3='pip3.11'
224225
scripts/bootstrap.sh -p all,darwin
225226
- name: Setup Build, Run Build and Run Tests
226227
run: |

0 commit comments

Comments
 (0)