Skip to content

Commit

Permalink
Python sanity check removed as it segfaults
Browse files Browse the repository at this point in the history
  • Loading branch information
sassy committed Dec 11, 2024
1 parent 05b90f4 commit c45eb93
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -64,9 +64,9 @@ sanity_check_paths = {
}

# This causes a segfault but seems to work when done manually
sanity_check_commands = [
"python -c 'import hoomd'",
]
# sanity_check_commands = [
# "python -c 'import hoomd'",
# ]

modextrapaths = {'PYTHONPATH': ''}

Expand Down

0 comments on commit c45eb93

Please sign in to comment.