Skip to content

Commit 10cb86e

Browse files
committed
multiple
1 parent a71c31e commit 10cb86e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/build_osx.yml

+2
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,8 @@ jobs:
9898
mkdir build
9999
cd build
100100
for python_root in $base/python-*; do
101+
echo $python_root/bin/python3
102+
$python_root/bin/python3 --version
101103
cmake .. \
102104
"-DCMAKE_BUILD_TYPE=Release" \
103105
"-DENABLE_PYTHON_WRAPPER=On" \

0 commit comments

Comments
 (0)