Skip to content

Commit 1a8ddb7

Browse files
committed
fix: force python path using GITHUB_PATH
1 parent d8f3287 commit 1a8ddb7

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

scripts/brew-install.sh

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ export HOMEBREW_NO_ANALYTICS=1
1313
brew reinstall node@20
1414
brew link --overwrite node@20
1515
brew install python@3.10
16-
brew link --overwrite python@3.10 --force
16+
brew link --overwrite python@3.10
17+
18+
echo "/opt/homebrew/opt/python@3.10/bin" >> "$GITHUB_PATH"
1719

1820
echo "Python version: $(python3 --version)"

0 commit comments

Comments
 (0)