Spaces:
Build error
Build error
Merge branch 'main' of https://github.com/dani-ange/sentiment-analysis-project
Browse files
.github/workflows/ci-cd.yml
CHANGED
|
@@ -21,13 +21,13 @@ jobs:
|
|
| 21 |
pip install -r requirements.txt
|
| 22 |
|
| 23 |
- name: Train Model
|
| 24 |
-
run: python train.py
|
| 25 |
|
| 26 |
- name: Evaluate Model
|
| 27 |
-
run: python evaluate.py
|
| 28 |
|
| 29 |
- name: Run Tests
|
| 30 |
-
run: python test.py
|
| 31 |
|
| 32 |
- name: Upload Model Artifacts
|
| 33 |
#uses: actions/upload-artifact@v3
|
|
|
|
| 21 |
pip install -r requirements.txt
|
| 22 |
|
| 23 |
- name: Train Model
|
| 24 |
+
run: python scripts/train.py
|
| 25 |
|
| 26 |
- name: Evaluate Model
|
| 27 |
+
run: python scripts/evaluate.py
|
| 28 |
|
| 29 |
- name: Run Tests
|
| 30 |
+
run: python scripts/test.py
|
| 31 |
|
| 32 |
- name: Upload Model Artifacts
|
| 33 |
#uses: actions/upload-artifact@v3
|