From a85f766ae65a1e6f54e58a66d56abe2d0b3adcca Mon Sep 17 00:00:00 2001 From: hmunozb Date: Mon, 17 Jun 2024 11:05:12 -0700 Subject: [PATCH] test python versions in workflow --- .github/workflows/run-ctests.yml | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/.github/workflows/run-ctests.yml b/.github/workflows/run-ctests.yml index 4e558f1..5a75676 100644 --- a/.github/workflows/run-ctests.yml +++ b/.github/workflows/run-ctests.yml @@ -35,14 +35,18 @@ jobs: simde: ON usempi: ON mpi: openmpi + python: 3.8 os_version: 22.04 compiler: gcc cpp_compiler: g++ - - os: ubuntu-22.04 - build_type: Release - usempi: OFF + - build_type: Release + os: ubuntu-22.04 simde: OFF + usempi: OFF python: 3.12 + os_version: 22.04 + compiler: gcc + cpp_compiler: g++ # - build_type: Release # os: macos-13 # simde: ON