Skip to content

Commit

Permalink
lint (mosaicml#2768)
Browse files Browse the repository at this point in the history
  • Loading branch information
mvpatel2000 authored Dec 7, 2023
1 parent 1a8a664 commit e87c06d
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/mcli/mcli_pytest.py
Original file line number Diff line number Diff line change
Expand Up @@ -86,10 +86,12 @@
scheduling={'max_duration': args.timeout / 60 / 60},
env_variables=[
{
'MOSAICML_PLATFORM': 'False'
'key': 'MOSAICML_PLATFORM',
'value': 'False',
},
{
'PYTHONUNBUFFERED': '1'
'key': 'PYTHONUNBUFFERED',
'value': '1',
},
],
)
Expand Down

0 comments on commit e87c06d

Please sign in to comment.