Skip to content

Commit

Permalink
Merge branch 'main' into change_gauntlet_avging
Browse files Browse the repository at this point in the history
  • Loading branch information
dakinggg committed Oct 10, 2023
2 parents 9159dc8 + b0bc664 commit d1744fe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/mcp/mcp_pytest.py
Original file line number Diff line number Diff line change
Expand Up @@ -93,10 +93,10 @@
export COMMON_ARGS="-v --durations=20 -m '{args.pytest_markers}' {clear_tmp_path_flag}"
make test PYTEST='{args.pytest_command}' EXTRA_ARGS="$COMMON_ARGS --codeblocks"
make test-dist PYTEST='{args.pytest_command}' EXTRA_ARGS="$COMMON_ARGS" WORLD_SIZE=2
make test PYTEST='{args.pytest_command}' EXTRA_ARGS="$COMMON_ARGS --codeblocks"
python -m coverage combine
python -m coverage report
Expand Down

0 comments on commit d1744fe

Please sign in to comment.