Skip to content

Commit

Permalink
Select Python3 Executable
Browse files Browse the repository at this point in the history
  • Loading branch information
ax3l committed Nov 7, 2023
1 parent bc8a121 commit 3dced9d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,8 @@ jobs:
-DopenPMD_USE_MPI=ON \
-DopenPMD_USE_HDF5=ON \
-DopenPMD_USE_ADIOS2=ON \
-DopenPMD_USE_INVASIVE_TESTS=ON
-DopenPMD_USE_INVASIVE_TESTS=ON \
-DPython_EXECUTABLE=$(which python3)
cmake --build build --parallel 4
- run:
name: Test openPMD-api
Expand Down

0 comments on commit 3dced9d

Please sign in to comment.