Skip to content

Commit

Permalink
Remove Python3_EXECUTABLE
Browse files Browse the repository at this point in the history
  • Loading branch information
olszomal committed Nov 5, 2024
1 parent 92cdec1 commit 1323419
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -177,8 +177,7 @@ jobs:
-B "${{ github.workspace }}/build" \
-DCMAKE_OSX_ARCHITECTURES=arm64 \
-DCMAKE_BUILD_TYPE="${{ env.BUILD_TYPE }}" \
-DCMAKE_INSTALL_PREFIX="${{ github.workspace }}/dist" \
-DPython3_EXECUTABLE="${{ github.workspace }}/venv/bin/python"
-DCMAKE_INSTALL_PREFIX="${{ github.workspace }}/dist"
- name: Configure CMake (Windows)
if: runner.os == 'Windows'
Expand All @@ -188,10 +187,8 @@ jobs:
-G "${{ matrix.generator }}" `
-S "${{ github.workspace }}" `
-B "${{ github.workspace }}/build" `
-DCMAKE_OSX_ARCHITECTURES=arm64 `
-DCMAKE_BUILD_TYPE="${{ env.BUILD_TYPE }}" `
-DCMAKE_INSTALL_PREFIX="${{ github.workspace }}/dist" `
-DPython3_EXECUTABLE="${{ github.workspace }}\venv\Scripts\python.exe"
-DCMAKE_INSTALL_PREFIX="${{ github.workspace }}/dist"
- name: Build
run: cmake
Expand Down

0 comments on commit 1323419

Please sign in to comment.