Skip to content

Commit

Permalink
add pipelines into the ci.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
marcellinus-witarsah committed Aug 1, 2024
1 parent c6aa46f commit 6a82be2
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,7 @@ jobs:
run: make format
- name: Linting
run: make lint
- name: Cleaning complied Python files
- name: Running Data Preprocessing and Model Training Pipelines
run: dvc repro
- name: Cleaning Complied Python Files
run: make clean

0 comments on commit 6a82be2

Please sign in to comment.