Skip to content

Commit

Permalink
Remove s3_bucket flag from gpu test (mosaicml#3065)
Browse files Browse the repository at this point in the history
  • Loading branch information
b-chu authored Feb 27, 2024
1 parent 64bdd7d commit a408517
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/mcli/mcli_pytest.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,15 +57,14 @@
if len(name) > 56:
name = name[:56]

s3_bucket_flag = '--s3_bucket mosaicml-internal-integration-testing'
clear_tmp_path_flag = '-o tmp_path_retention_policy=none'
command += f'''
export COMPOSER_PACKAGE_NAME='{args.pip_package_name}'
pip install --upgrade --user .[all]
export COMMON_ARGS="-v --durations=20 -m '{args.pytest_markers}' {s3_bucket_flag} {clear_tmp_path_flag}"
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"
Expand Down

0 comments on commit a408517

Please sign in to comment.