Skip to content

Commit

Permalink
Bugfix: Indentation error
Browse files Browse the repository at this point in the history
  • Loading branch information
castolpe committed Nov 4, 2024
1 parent cadf0fd commit 4729521
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/run_data_pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,16 @@ on:
types:
- completed
workflow_dispatch:

jobs:
run-dvc-pipeline:
runs-on: ubuntu-latest
steps:
- name: Checkout Repository
uses: actions/checkout@v3
uses: actions/checkout@v3

- name: Setup DVC
uses: iterative/setup-dvc@v1
uses: iterative/setup-dvc@v1

- name: Run DVC pipeline | retrain model
run: |
Expand All @@ -29,4 +30,4 @@ jobs:
git config --global user.email '[email protected]'
git add models/model.pkl
git commit -m "[Github Action]: Update model with retrained model"
git push
git push

0 comments on commit 4729521

Please sign in to comment.