Skip to content

Commit 47876cf

Browse files
committed
using python3 command for CI
1 parent 99485a4 commit 47876cf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
REPO_TOKEN: ${{ secrets.PERSONAL_ACCESS_TOKEN }}
2323
run: |
2424
# Run the training script with python
25-
python Train.py
25+
python3 Train.py
2626
2727
# Create a CML report
2828
echo '![](images/Training/batch_norm_model/batch_norm_model_training_confusion_matrix.png "Confusion Matrix")' >> report.md

0 commit comments

Comments
 (0)