Skip to content

Commit

Permalink
Test again
Browse files Browse the repository at this point in the history
  • Loading branch information
agners committed Apr 19, 2024
1 parent 5e946c7 commit 2988aae
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -205,6 +205,8 @@ jobs:
which python3
ls -la /usr/local/bin/python3
python3 --version
echo $PATH
ls -la /opt/homebrew/bin/python3
# Make Python 3.11 active
ls -l /usr/local/bin/* | grep Python.framework
ln -sf ../../../Library/Frameworks/Python.framework/Versions/3.11/bin/2to3 /usr/local/bin/2to3
Expand All @@ -217,6 +219,8 @@ jobs:
ls -l /usr/local/bin/* | grep Python.framework
ls -la /usr/local/bin/python3
python3 --version
brew unlink [email protected]
python3 --version
- name: Bootstrap
working-directory: ./connectedhomeip/
run: |
Expand Down

0 comments on commit 2988aae

Please sign in to comment.