Skip to content

Commit 9f4b1f8

Browse files
committedApr 20, 2024
No python3.12 unlink
1 parent eb337f2 commit 9f4b1f8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed
 

‎.github/workflows/build.yaml

+2-1
Original file line numberDiff line numberDiff line change
@@ -202,17 +202,18 @@ jobs:
202202
patch -p1 < $patch
203203
done
204204
echo "Path is: $PATH"
205+
ls -l /opt/homebrew/bin/python3
205206
python --version
206207
python3 --version
207208
brew list | grep python
208209
brew list | grep pip
209210
brew list --versions | grep python
210-
brew unlink python@3.12
211211
brew link --force --overwrite python@3.11
212212
python --version
213213
python3 --version
214214
which python3
215215
which python
216+
ls -l /opt/homebrew/bin/python3
216217
ls -l /usr/local/bin/python*
217218
ls -l /usr/bin/python*
218219
ls -l /usr/local/bin/* | grep Python.framework

0 commit comments

Comments
 (0)