Skip to content

Commit

Permalink
Fix whitespace in cmd after linebreaks
Browse files Browse the repository at this point in the history
  • Loading branch information
VRehnberg committed Sep 25, 2024
1 parent 0822a41 commit bf324ac
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -57,10 +57,10 @@ exts_list = [
],
'runtest': (
'PATH="$PATH:$PWD/bin"' # deepspeed cli used in a lot of tests
'pytest tests/unit/'
' -k "not TestTensorBoard"' # requires tensorboard
'" and not TestWandb"' # requires wandb
'" and not TestCometMonitor"' # requires comet
' pytest tests/unit/'
' -k "not TestTensorBoard' # requires tensorboard
' and not TestWandb' # requires wandb
' and not TestCometMonitor"' # requires comet
),
'source_urls': [GITHUB_SOURCE],
'sources': [{'download_filename': 'v%(version)s.tar.gz', 'filename': SOURCE_TAR_GZ}],
Expand Down

0 comments on commit bf324ac

Please sign in to comment.