Skip to content

Commit ac49b5d

Browse files
committed
more interesting debugging
1 parent 6308ef7 commit ac49b5d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/build.yaml

+4-4
Original file line numberDiff line numberDiff line change
@@ -201,15 +201,15 @@ jobs:
201201
echo "Applying ${patch}"
202202
patch -p1 < $patch
203203
done
204-
echo $PATH
204+
echo "Path is: $PATH"
205+
python --version
206+
python3 --version
205207
brew list | grep python
206208
brew list | grep pip
207209
brew list --versions | grep python
208210
brew unlink python@3.12
209-
#brew unlink python@3.11
210211
brew link --force --overwrite python@3.11
211-
python3 --version
212-
brew unlink python@3.12 && brew link python@3.11
212+
python --version
213213
python3 --version
214214
which python3
215215
which python

0 commit comments

Comments
 (0)