Skip to content

Commit c5a9960

Browse files
committed
Aliasing only
1 parent 7b884ab commit c5a9960

File tree

1 file changed

+0
-16
lines changed

1 file changed

+0
-16
lines changed

.github/workflows/build.yaml

-16
Original file line numberDiff line numberDiff line change
@@ -201,22 +201,6 @@ jobs:
201201
echo "Applying ${patch}"
202202
patch -p1 < $patch
203203
done
204-
echo "Path is: $PATH"
205-
ls -l /opt/homebrew/bin/python3
206-
python --version
207-
python3 --version
208-
brew list | grep python
209-
brew list | grep pip
210-
brew list --versions | grep python
211-
brew link --force --overwrite python@3.11
212-
python --version
213-
python3 --version
214-
which python3
215-
which python
216-
ls -l /opt/homebrew/bin/python3
217-
ls -l /usr/local/bin/python*
218-
ls -l /usr/bin/python*
219-
ls -l /usr/local/bin/* | grep Python.framework
220204
- name: Bootstrap
221205
working-directory: ./connectedhomeip/
222206
run: |

0 commit comments

Comments
 (0)