Skip to content

Commit

Permalink
TEMPORARY debug ci
Browse files Browse the repository at this point in the history
  • Loading branch information
tkittel committed Feb 11, 2025
1 parent 53e2491 commit 376cf76
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 36 deletions.
40 changes: 5 additions & 35 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,46 +25,16 @@ jobs:
runs-on: ubuntu-22.04
strategy:
matrix:
python-version: ["3.11"]
mpi: [n, y]
omp: [n, y]
dagmc: [n]
ncrystal: [n]
libmesh: [n]
event: [n]
vectfit: [n]

include:
- python-version: "3.12"
omp: n
mpi: n
- python-version: "3.13"
omp: n
mpi: n
- dagmc: y
python-version: "3.11"
mpi: y
omp: y
- ncrystal: y
python-version: "3.11"
mpi: n
omp: n
- libmesh: y
python-version: "3.11"
mpi: y
omp: y
- libmesh: y
python-version: "3.11"
mpi: n
omp: y
- event: y
python-version: "3.11"
omp: y
mpi: n
- vectfit: y
python-version: "3.11"
omp: n
mpi: y
libmesh: n
event: n
vectfit: n
dagmc: n

name: "Python ${{ matrix.python-version }} (omp=${{ matrix.omp }},
mpi=${{ matrix.mpi }}, dagmc=${{ matrix.dagmc }}, ncrystal=${{ matrix.ncrystal }},
libmesh=${{ matrix.libmesh }}, event=${{ matrix.event }}
Expand Down
2 changes: 1 addition & 1 deletion tools/ci/gha-install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ fi

# Install NCrystal if needed
if [[ $NCRYSTAL = 'y' ]]; then
pip install ncrystal
pip install ncrystal==3.9.7
#Basic verification:
nctool --test
fi
Expand Down

0 comments on commit 376cf76

Please sign in to comment.