Skip to content

Commit 3f434d6

Browse files
committed
daily CI: also pull aashto_supplemented_vehicles.parquet.dvc
The pull list was missing this output. Without it on disk, DVX considered the supplement stale, walked upstream to its `vehicles.parquet` + `crashes.parquet` deps (now both DVX-tracked per-year), and after finding those fresh continued walking to `crashes.parquet.dvc`'s own deps — hitting the per-year `Crash.csv` files which aren't pulled either. DVX then tried to re-run `cmd: njdot/aashto/normalize.py …` on the CI shell, which fails with `not found` because `.` isn't on PATH in the runner. Symmetric with the existing `aashto_supplemented_{occupants,pedestrians}` pulls; vehicle was simply omitted when the file was added.
1 parent 22a05d6 commit 3f434d6

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/daily.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,7 @@ jobs:
6565
dvx pull njdot/data/aashto_combined_crashes.parquet.dvc
6666
dvx pull njdot/data/aashto_supplemented_occupants.parquet.dvc
6767
dvx pull njdot/data/aashto_supplemented_pedestrians.parquet.dvc
68+
dvx pull njdot/data/aashto_supplemented_vehicles.parquet.dvc
6869
# Per-year AASHTO `persons.parquet` + `vehicles.parquet` are
6970
# referenced as file deps in the person / vehicle supplements;
7071
# without them on disk, DVX reports "dep missing" and `dvx run`

0 commit comments

Comments
 (0)