Skip to content

Commit

Permalink
Add github action
Browse files Browse the repository at this point in the history
  • Loading branch information
ajparsons committed Nov 20, 2024
1 parent 6b6150c commit 21bccf9
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,11 @@ jobs:
run: |
export PATH="/root/.local/bin:$PATH"
script/test
project process-current-year
dataset build --all
dataset version auto --auto-ban major --all --publish
dataset version static --auto-ban major --all --publish
project remove_current_year_parquets
- name: Push new data
id: auto-commit-action
Expand Down
File renamed without changes.
1 change: 1 addition & 0 deletions src/parl_motion_detector/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ def process_year(year: int):
move_to_package(data_dir)


@cli.command()
def remove_current_year_parquets():
"""
Remove all parquets for the current year (so not cached every day)
Expand Down

0 comments on commit 21bccf9

Please sign in to comment.