Skip to content

Commit 599a40a

Browse files
committed
Use setup python
1 parent b8e9d46 commit 599a40a

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/build.yaml

+4-3
Original file line numberDiff line numberDiff line change
@@ -201,11 +201,12 @@ jobs:
201201
echo "Applying ${patch}"
202202
patch -p1 < $patch
203203
done
204+
- uses: actions/setup-python@v5
205+
with:
206+
python-version: '3.11'
204207
- name: Bootstrap
205208
working-directory: ./connectedhomeip/
206-
run: |
207-
alias python='python3.11'
208-
. scripts/bootstrap.sh -p all,darwin
209+
run: bash scripts/bootstrap.sh -p all,darwin
209210
- name: Setup Build, Run Build and Run Tests
210211
run: |
211212
scripts/build/gn_gen.sh --args=" \

0 commit comments

Comments
 (0)