Skip to content

Commit

Permalink
Fix pipeline generation
Browse files Browse the repository at this point in the history
  • Loading branch information
gilesdring committed Nov 14, 2024
1 parent fe3cdd1 commit 44dcb7f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion pipelines/dvc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ vars:
- VOLUNTEER_DATA: ../src/themes/volunteers/_data
stages:
volunteers:
cmd: papermill --no-log-output volunteers.ipynb > /dev/null
cmd: papermill --no-log-output volunteers.ipynb output/volunteers.ipynb
deps:
- volunteers.ipynb
- ../data/published/volunteers/checkpoints.csv
Expand Down
2 changes: 2 additions & 0 deletions pipelines/output/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
/*
!/.gitignore

0 comments on commit 44dcb7f

Please sign in to comment.