We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6ea05c1 commit dc444dcCopy full SHA for dc444dc
.github/workflows/main.yml
@@ -23,13 +23,13 @@ jobs:
23
- name: Install Python dependencies for model training
24
run: |
25
pip install --upgrade pip
26
- pip install pandas scikit-learn joblib
+ pip install -r requirements.txt
27
28
- name: Create models directory
29
run: mkdir -p models
30
31
- name: Train the model
32
- run: python src/model.py
+ run: python -m src.model_training
33
34
- name: Set up Docker Buildx
35
uses: docker/setup-buildx-action@v3
0 commit comments