Skip to content

Commit

Permalink
Disable mosaicml logger in foundry CI/CD (#788)
Browse files Browse the repository at this point in the history
* logs

* change to env var

* lint

* lint
  • Loading branch information
mvpatel2000 authored Dec 7, 2023
1 parent 3909516 commit 454faa8
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/mcp/mcp_pytest.py
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,16 @@
integrations=[git_integration],
command=command,
scheduling={'max_duration': args.timeout / 60 / 60},
env_variables=[
{
'key': 'MOSAICML_PLATFORM',
'value': 'False',
},
{
'key': 'PYTHONUNBUFFERED',
'value': '1',
},
],
)

# Create run
Expand Down

0 comments on commit 454faa8

Please sign in to comment.