Skip to content

Commit

Permalink
Merge branch 'main' into torch2.1andup
Browse files Browse the repository at this point in the history
  • Loading branch information
dakinggg authored Dec 7, 2023
2 parents d90831c + 454faa8 commit cd20d0c
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 cd20d0c

Please sign in to comment.