Skip to content

Commit

Permalink
bench: test_sharing: use fetch instead of pull
Browse files Browse the repository at this point in the history
  • Loading branch information
efiop committed Nov 28, 2023
1 parent 1e5b360 commit 322fcec
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions dvc/testing/benchmarks/cli/stories/use_cases/test_sharing.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@ def test_sharing(bench_dvc, tmp_dir, dvc, dataset, remote):
shutil.rmtree(dataset)
shutil.rmtree(tmp_dir / ".dvc" / "cache")

bench_dvc("pull")
bench_dvc("pull", name="noop")
bench_dvc("fetch")
bench_dvc("fetch", name="noop")

bench_dvc("checkout")
bench_dvc("checkout", name="noop")

0 comments on commit 322fcec

Please sign in to comment.