Skip to content

Commit

Permalink
ci: back to repro to avoid CI commits
Browse files Browse the repository at this point in the history
  • Loading branch information
mtiller committed Aug 25, 2023
1 parent 0563948 commit c745132
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit c745132

Please sign in to comment.