Skip to content

Commit bbfe37c

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

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/macos.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,9 @@ jobs:
4646
run: |
4747
brew install eigen boost
4848
brew install ccache ninja
49+
brew unlink python*
50+
echo "python -V" && python -V
51+
echo "python3 -V" && python3 -V
4952
python3 -m pip install numpy scipy
5053
5154
- name: pybind11 cache files

0 commit comments

Comments
 (0)