Skip to content

Commit 6d6c742

Browse files
authored
Update train_evaluate.yaml
1 parent e0677cd commit 6d6c742

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/train_evaluate.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
pip install -r requirements.txt
1818
1919
# Pull data & run-cache from S3 and reproduce pipeline
20-
dvc pull data --run-cache
20+
dvc pull --run-cache
2121
dvc repro
2222
2323
# Report metrics
@@ -30,4 +30,4 @@ jobs:
3030
cml-publish ./results/roc_curve.png --md >> report.md
3131
echo -e "\n### Precision and Recall Curve" >> report.md
3232
cml-publish ./results/precision_recall_curve.png --md >> report.md
33-
cml-send-comment report.md
33+
cml-send-comment report.md

0 commit comments

Comments
 (0)