Skip to content

Commit 8248e34

Browse files
committed
more testing
1 parent 2988aae commit 8248e34

File tree

1 file changed

+8
-5
lines changed

1 file changed

+8
-5
lines changed

.github/workflows/build.yaml

+8-5
Original file line numberDiff line numberDiff line change
@@ -203,10 +203,16 @@ jobs:
203203
done
204204
which python
205205
which python3
206-
ls -la /usr/local/bin/python3
206+
ls -la /opt/homebrew/bin/python3
207207
python3 --version
208-
echo $PATH
208+
echo unlinking
209+
brew unlink python@3.12
210+
which python
211+
which python3
209212
ls -la /opt/homebrew/bin/python3
213+
python3 --version
214+
ls -la /usr/local/bin/python3
215+
echo "Path is: $PATH"
210216
# Make Python 3.11 active
211217
ls -l /usr/local/bin/* | grep Python.framework
212218
ln -sf ../../../Library/Frameworks/Python.framework/Versions/3.11/bin/2to3 /usr/local/bin/2to3
@@ -218,9 +224,6 @@ jobs:
218224
ln -sf ../../../Library/Frameworks/Python.framework/Versions/3.11/bin/python3-intel64 /usr/local/bin/python3-intel64
219225
ls -l /usr/local/bin/* | grep Python.framework
220226
ls -la /usr/local/bin/python3
221-
python3 --version
222-
brew unlink python@3.12
223-
python3 --version
224227
- name: Bootstrap
225228
working-directory: ./connectedhomeip/
226229
run: |

0 commit comments

Comments
 (0)