Skip to content

Commit de0178d

Browse files
Revert "Add heroku setup and action (#8)"
This reverts commit 5138b4c.
1 parent 5138b4c commit de0178d

3 files changed

Lines changed: 0 additions & 56 deletions

File tree

.github/workflows/model-training.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,16 +6,13 @@ jobs:
66
steps:
77
- name: Checkout Repository
88
uses: actions/checkout@v3
9-
109
- name: Setup Python und install requirements
1110
uses: actions/setup-python@v4
1211
with:
1312
python-version: "3.8"
1413
- run: pip install -r requirements.txt
15-
1614
- name: Train model
1715
run: python src/train.py
18-
1916
- name: Upload trained model
2017
uses: actions/upload-artifact@v4
2118
with:

.github/workflows/production-deployment.yml

Lines changed: 0 additions & 52 deletions
This file was deleted.

Procfile

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)