Skip to content

Commit 2988aae

Browse files
committed
Test again
1 parent 5e946c7 commit 2988aae

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/build.yaml

+4
Original file line numberDiff line numberDiff line change
@@ -205,6 +205,8 @@ jobs:
205205
which python3
206206
ls -la /usr/local/bin/python3
207207
python3 --version
208+
echo $PATH
209+
ls -la /opt/homebrew/bin/python3
208210
# Make Python 3.11 active
209211
ls -l /usr/local/bin/* | grep Python.framework
210212
ln -sf ../../../Library/Frameworks/Python.framework/Versions/3.11/bin/2to3 /usr/local/bin/2to3
@@ -217,6 +219,8 @@ jobs:
217219
ls -l /usr/local/bin/* | grep Python.framework
218220
ls -la /usr/local/bin/python3
219221
python3 --version
222+
brew unlink python@3.12
223+
python3 --version
220224
- name: Bootstrap
221225
working-directory: ./connectedhomeip/
222226
run: |

0 commit comments

Comments
 (0)