We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a71c31e commit 10cb86eCopy full SHA for 10cb86e
1 file changed
.github/workflows/build_osx.yml
@@ -98,6 +98,8 @@ jobs:
98
mkdir build
99
cd build
100
for python_root in $base/python-*; do
101
+ echo $python_root/bin/python3
102
+ $python_root/bin/python3 --version
103
cmake .. \
104
"-DCMAKE_BUILD_TYPE=Release" \
105
"-DENABLE_PYTHON_WRAPPER=On" \
0 commit comments