Skip to content

Commit

Permalink
Explicitly Set Python_EXECUTABLE
Browse files Browse the repository at this point in the history
  • Loading branch information
ax3l committed Aug 28, 2022
1 parent 3ae072b commit f93901d
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,8 @@ jobs:
-DCMAKE_VERBOSE_MAKEFILE=ON `
-DImpactX_COMPUTE=NOACC `
-DImpactX_MPI=OFF `
-DImpactX_PYTHON=ON
-DImpactX_PYTHON=ON `
-DPython_EXECUTABLE=python3
if(!$?) { Exit $LASTEXITCODE }
cmake --build build --config RelWithDebInfo --parallel 2
if(!$?) { Exit $LASTEXITCODE }
Expand Down Expand Up @@ -91,7 +92,8 @@ jobs:
-DCMAKE_VERBOSE_MAKEFILE=ON ^
-DImpactX_COMPUTE=OMP ^
-DImpactX_MPI=OFF ^
-DImpactX_PYTHON=ON
-DImpactX_PYTHON=ON ^
-DPython_EXECUTABLE=python3
if errorlevel 1 exit 1
cmake --build build --config Release --parallel 2
if errorlevel 1 exit 1
Expand Down

0 comments on commit f93901d

Please sign in to comment.