We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5e946c7 commit 2988aaeCopy full SHA for 2988aae
.github/workflows/build.yaml
@@ -205,6 +205,8 @@ jobs:
205
which python3
206
ls -la /usr/local/bin/python3
207
python3 --version
208
+ echo $PATH
209
+ ls -la /opt/homebrew/bin/python3
210
# Make Python 3.11 active
211
ls -l /usr/local/bin/* | grep Python.framework
212
ln -sf ../../../Library/Frameworks/Python.framework/Versions/3.11/bin/2to3 /usr/local/bin/2to3
@@ -217,6 +219,8 @@ jobs:
217
219
218
220
221
222
+ brew unlink python@3.12
223
+ python3 --version
224
- name: Bootstrap
225
working-directory: ./connectedhomeip/
226
run: |
0 commit comments