File tree Expand file tree Collapse file tree 3 files changed +7
-2
lines changed
Expand file tree Collapse file tree 3 files changed +7
-2
lines changed Original file line number Diff line number Diff line change 1010 - name : Setup Python und install requirements
1111 uses : actions/setup-python@v4
1212 with :
13- python-version : " 3.8 "
13+ python-version : " 3.10 "
1414 - run : pip install -r requirements.txt
1515
1616 - name : Train model
Original file line number Diff line number Diff line change 2121 - name : Set up Python
2222 uses : actions/setup-python@v2
2323 with :
24- python-version : " 3.9 "
24+ python-version : " 3.10 "
2525
2626 - name : Install dependencies
2727 run : pip install -r requirements.txt
4343 git commit -m "[CI] update trained model" || echo "No changes to commit"
4444 git push --set-upstream origin heroku
4545
46+ - name : Install Heroku CLI
47+ run : |
48+ curl https://cli-assets.heroku.com/install.sh | sh
49+
4650 - name : Deploy to Heroku
4751 uses : akhileshns/heroku-deploy@v3.13.15
4852 with :
Original file line number Diff line number Diff line change 1+ python-3.10.15
You can’t perform that action at this time.
0 commit comments