Skip to content

Commit

Permalink
fix decaf tests - slurm problem
Browse files Browse the repository at this point in the history
  • Loading branch information
pavelToman committed Jan 24, 2025
1 parent 3ec49b7 commit a92aa9c
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ dependencies = [
use_pip = True
sanity_pip_check = True

local_pretestopts = "export SLURM_NTASKS_PER_NODE=$SLURM_NTASKS && "

exts_list = [
('networkx', '2.8.8', {
'checksums': ['230d388117af870fce5647a3c52401fcf753e94720e6ea6b4197a5355648885e'],
Expand All @@ -36,7 +38,7 @@ exts_list = [
'sources': [{'download_filename': 'v%(version)s.tar.gz', 'filename': SOURCE_TAR_GZ}],
'checksums': ['8f34e99937d2ccc43bff97b310c371c450e27313c0801cdd36aa91664c8e3180'],
'testinstall': True,
'runtest': 'pytest -vsx',
'runtest': local_pretestopts + 'pytest -vsx',
}),
]

Expand Down

0 comments on commit a92aa9c

Please sign in to comment.