Skip to content

Commit

Permalink
Add missing dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
castolpe committed Nov 4, 2024
1 parent 4729521 commit d55ff5e
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/run_data_pipeline.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Run data pipeline to retrain model
name: Run data pipeline
on:
workflow_run:
workflows: ["Increase Data Version"]
Expand All @@ -16,6 +16,11 @@ jobs:
- name: Setup DVC
uses: iterative/setup-dvc@v1

- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install python-box
- name: Run DVC pipeline | retrain model
run: |
dvc repro data_update
Expand Down

0 comments on commit d55ff5e

Please sign in to comment.