Skip to content

Commit

Permalink
GitHub Action: Apply Pep8-formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Oct 27, 2023
1 parent 4d6867c commit e8eda66
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions test/system_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,9 +50,7 @@ def spack_install(spec: str, log_filename: str = None):
devirtualize_env()

log_with_spack('spack spec {spec}'
'system_test',
log_filename,
srun=False)
'system_test', log_filename, srun=False)
log_with_spack(f'spack {command} -n -v {spec}',
'system_test',
log_filename,
Expand All @@ -79,9 +77,7 @@ def spack_install_and_test(spec: str,
devirtualize_env()

log_with_spack('spack spec {spec}'
'system_test',
log_filename,
srun=False)
'system_test', log_filename, srun=False)
if split_phases:
log_with_spack(
f'spack {command} --until build --test=root -n -v {spec}',
Expand Down

0 comments on commit e8eda66

Please sign in to comment.