Skip to content

Commit

Permalink
py3.12 incompatible with conda-forge geant4 package
Browse files Browse the repository at this point in the history
  • Loading branch information
tkittel committed Jun 20, 2024
1 parent 19a195e commit 7e91835
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/condatest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,12 @@ jobs:
include:
- { os: ubuntu-20.04, CC: gcc-10, CXX: g++-10, python: '3.9' }
- { os: ubuntu-22.04, CC: gcc, CXX: g++, python: '3.9' }
- { os: ubuntu-latest, CC: gcc, CXX: g++, python: '3.11' }
- { os: ubuntu-latest, CC: clang, CXX: clang++, python: '3.10' }
- { os: ubuntu-latest, CC: gcc-12, CXX: g++-12, python: '3.11' }
- { os: ubuntu-latest, CC: gcc, CXX: g++, python: '3.11' } #geant4 pkg stuck on 3.11
# - { os: macos-11, CC: clang, CXX: clang++, python: "3.10" }
# - { os: macos-12, CC: clang, CXX: clang++, python: "3.11" }
- { os: macos-latest, CC: clang, CXX: clang++, python: "3.12" }
- { os: macos-latest, CC: clang, CXX: clang++, python: "3.11" } #geant4 pkg stuck on 3.11
name: ${{ matrix.os }}.${{ matrix.CC }}.python-${{ matrix.python }}
runs-on: ${{ matrix.os }}
defaults:
Expand Down

0 comments on commit 7e91835

Please sign in to comment.