From 3dced9dbbe3a6f7da23ea5a2397691a10a0a4893 Mon Sep 17 00:00:00 2001 From: Axel Huebl Date: Tue, 24 Oct 2023 00:14:43 -0700 Subject: [PATCH] Select Python3 Executable --- .circleci/config.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 5877001784..b319203902 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -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