Skip to content

Commit

Permalink
test python versions in workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
hmunozb committed Jun 17, 2024
1 parent 2a5bc82 commit a85f766
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions .github/workflows/run-ctests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a85f766

Please sign in to comment.