We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cce0f45 commit 88c774cCopy full SHA for 88c774c
1 file changed
.github/workflows/CI.yml
@@ -41,6 +41,7 @@ jobs:
41
-DCMAKE_INSTALL_PREFIX:PATH=${{ github.workspace }}/python-install \
42
-DCMAKE_OSX_DEPLOYMENT_TARGET=${{ env.MACOSX_DEPLOYMENT_TARGET }} \
43
-DCMAKE_C_STANDARD=11 \
44
+ -DPython3_EXECUTABLE=$(which python3) \
45
${{ startsWith(matrix.python-version, '3.11') && '-DUSE_SYSTEM_TCL=OFF' || '' }} \
46
-DPYTHON_VERSION=${{ matrix.python-version }} \
47
..
0 commit comments