Skip to content

Commit

Permalink
Bin and lib checking not needed, we already check files within those …
Browse files Browse the repository at this point in the history
…folders

Co-authored-by: Kenneth Hoste <kenneth.hoste@ugent.be>
  • Loading branch information
casparvl and boegel authored Mar 19, 2024
1 parent c017376 commit bb22d63
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ sanity_check_commands = ['mf6 --version']

sanity_check_paths = {
'files': ['bin/mf6', 'bin/mf5to6', 'bin/zbud6', 'lib/libmf6.%s' % SHLIB_EXT],
'dirs': ['bin', 'lib'],
'dirs': [],
}

moduleclass = 'geo'

0 comments on commit bb22d63

Please sign in to comment.