Skip to content

Commit dc444dc

Browse files
committed
Updated main.yml
1 parent 6ea05c1 commit dc444dc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,13 +23,13 @@ jobs:
2323
- name: Install Python dependencies for model training
2424
run: |
2525
pip install --upgrade pip
26-
pip install pandas scikit-learn joblib
26+
pip install -r requirements.txt
2727
2828
- name: Create models directory
2929
run: mkdir -p models
3030

3131
- name: Train the model
32-
run: python src/model.py
32+
run: python -m src.model_training
3333

3434
- name: Set up Docker Buildx
3535
uses: docker/setup-buildx-action@v3

0 commit comments

Comments
 (0)