Skip to content

Commit ca24eda

Browse files
committed
Check what Python3
1 parent 6949dcb commit ca24eda

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/build.yaml

+5
Original file line numberDiff line numberDiff line change
@@ -201,6 +201,11 @@ jobs:
201201
echo "Applying ${patch}"
202202
patch -p1 < $patch
203203
done
204+
python3 --version
205+
which python3
206+
which python
207+
ls -l /usr/local/bin/python*
208+
ls -l /usr/bin/python*
204209
- name: Bootstrap
205210
working-directory: ./connectedhomeip/
206211
run: bash scripts/bootstrap.sh -p all,darwin

0 commit comments

Comments
 (0)