diff --git a/.github/workflows/run_data_pipeline.yml b/.github/workflows/run_data_pipeline.yml index 0521585..511ead7 100644 --- a/.github/workflows/run_data_pipeline.yml +++ b/.github/workflows/run_data_pipeline.yml @@ -1,4 +1,4 @@ -name: Run data pipeline to retrain model +name: Run data pipeline on: workflow_run: workflows: ["Increase Data Version"] @@ -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