diff --git a/Makefile b/Makefile index b2476a41..9f17e576 100644 --- a/Makefile +++ b/Makefile @@ -23,7 +23,8 @@ specs: (cd text; make specs) results: env specs - dvc exp run ./text/dvc.yaml + # dvc exp run ./text/dvc.yaml + dvc repro text/dvc.yaml --no-commit # dvc push # dvc repro text/dvc.yaml:build-results # (cd text; make results)