We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 99485a4 commit 47876cfCopy full SHA for 47876cf
1 file changed
.github/workflows/ci.yml
@@ -22,7 +22,7 @@ jobs:
22
REPO_TOKEN: ${{ secrets.PERSONAL_ACCESS_TOKEN }}
23
run: |
24
# Run the training script with python
25
- python Train.py
+ python3 Train.py
26
27
# Create a CML report
28
echo '' >> report.md
0 commit comments