Skip to content

Commit ac9e08e

Browse files
committed
more tests
1 parent 1284e22 commit ac9e08e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/build.yaml

+3
Original file line numberDiff line numberDiff line change
@@ -201,10 +201,13 @@ jobs:
201201
echo "Applying ${patch}"
202202
patch -p1 < $patch
203203
done
204+
echo $PATH
205+
brew list | grep python
204206
brew list --versions | grep python
205207
brew unlink python@3.12
206208
#brew unlink python@3.11
207209
brew link --force --overwrite python@3.11
210+
brew switch python@3.11
208211
python3 --version
209212
brew unlink python@3.12 && brew link python@3.11
210213
python3 --version

0 commit comments

Comments
 (0)