Skip to content

Commit

Permalink
Merge pull request #24908 from milljm/24906-conda-moose-package
Browse files Browse the repository at this point in the history
Fix moose Conda package
  • Loading branch information
milljm authored Jul 11, 2023
2 parents eb848b1 + d4769ed commit 51557c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion conda/moose/run_test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ if [[ $(uname) == 'Darwin' ]] && [[ $(uname -m) == 'x86_64' ]]; then
fi

# A list of module(s)/directories that we do not want to include for testing
NOT_RUNNABLE=(doc module_load combined geochemistry misc navier_stokes tensor_mechanics framework external_petsc_solver)
NOT_RUNNABLE=(doc module_load combined geochemistry misc navier_stokes tensor_mechanics framework external_petsc_solver reactor_tutorial)

# Support older bash (like Darwin Intel) to build a list of possible modules we want to test
cd ${CONDA_PREFIX}/moose/share/combined
Expand Down

0 comments on commit 51557c3

Please sign in to comment.