diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9f8b731a9..09203efbb 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -106,6 +106,8 @@ jobs: if: contains(matrix.os, 'ubuntu') || contains(matrix.os, 'macos') shell: bash -l {0} run: | + which python + which python3 echo "GHA_CMAKE_GENERATOR=Ninja" >> $GITHUB_ENV - name: Set CMake generator [Conda/Windows 2022]