Skip to content

Commit b5de9fe

Browse files
committed
debug python env on MacOS
1 parent 22d0c82 commit b5de9fe

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/macos.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,11 @@ jobs:
4646
run: |
4747
brew install eigen boost
4848
brew install ccache ninja
49+
brew list | grep python
50+
brew unlink [email protected]
51+
brew unlink [email protected]
52+
echo "python -V" && python -V
53+
echo "python3 -V" && python3 -V
4954
python3 -m pip install numpy scipy
5055
5156
- name: pybind11 cache files

0 commit comments

Comments
 (0)