Skip to content

Commit

Permalink
Add blobless clone
Browse files Browse the repository at this point in the history
  • Loading branch information
mathomp4 committed Oct 9, 2024
1 parent 77818bc commit 6bc9b3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_mepo_commands.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ def __get_saved_output(cls, output_file):
@classmethod
def __checkout_fixture(cls):
remote = f"https://github.com/GEOS-ESM/{cls.fixture}.git"
git_clone = "git clone "
git_clone = "git clone --filter=blob:none "
if cls.tag:
git_clone += f"-b {cls.tag}"
cmd = f"{git_clone} {remote} {cls.fixture_dir}"
Expand Down

0 comments on commit 6bc9b3e

Please sign in to comment.