Skip to content

Commit 13d6400

Browse files
committed
Use from_stage_outputs
1 parent 6194310 commit 13d6400

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

calkit.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ pipeline:
3030
script_path: scripts/plot-voltage.py
3131
environment: py
3232
inputs:
33-
- data/raw/data.csv
33+
- from_stage_outputs: collect-data
3434
outputs:
3535
- figures/voltage-time-series.png
3636
build-paper:

dvc.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@ stages:
2727
cmd: calkit xenv -n py --no-check -- python scripts/plot-voltage.py
2828
deps:
2929
- scripts/plot-voltage.py
30-
- data/raw/data.csv
3130
- .calkit/env-locks/py.yml
31+
- data/raw/data.csv
3232
outs:
3333
- figures/voltage-time-series.png
3434
build-paper:

0 commit comments

Comments
 (0)