Skip to content

Commit 9a5d615

Browse files
committed
Testing Action
1 parent 77f8552 commit 9a5d615

1 file changed

Lines changed: 6 additions & 15 deletions

File tree

.github/workflows/main.yml

Lines changed: 6 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,18 @@
1-
name: CI-Train-Model
1+
name: Test-Workflow
22

33
on:
44
push:
55
branches:
66
- main
7+
workflow_dispatch:
78

89
jobs:
9-
train:
10+
test:
1011
runs-on: ubuntu-latest
12+
1113
steps:
1214
- name: Checkout repo
1315
uses: actions/checkout@v4
1416

15-
- name: Setup Python
16-
uses: actions/setup-python@v5
17-
with:
18-
python-version: "3.10"
19-
20-
- name: Install dependencies
21-
run: |
22-
python -m pip install --upgrade pip
23-
pip install -r requirements.txt
24-
25-
- name: Run training script
26-
run: |
27-
python -m src.modelling
17+
- name: Say hello
18+
run: echo "Hello from GitHub Actions"

0 commit comments

Comments
 (0)