Skip to content

Commit ecb460d

Browse files
committed
Also train the model on the CI pipeline
1 parent a9c2350 commit ecb460d

File tree

3 files changed

+6
-1
lines changed

3 files changed

+6
-1
lines changed

.github/workflows/ci.yml

+4
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,10 @@ jobs:
2727
- name: Check import sorting with isort
2828
run: isort --check --extend-skip tests .
2929

30+
- name: Run training script
31+
run: |
32+
python train.py
33+
3034
- name: Run model tests
3135
run: make model-test
3236

.gitignore

+2-1
Original file line numberDiff line numberDiff line change
@@ -161,4 +161,5 @@ cython_debug/
161161
# option (not recommended) you can uncomment the following to ignore the entire idea folder.
162162
#.idea/
163163

164-
reports
164+
reports
165+
*.pkl

challenge/tmp/model_checkpoint.pkl

-1.1 KB
Binary file not shown.

0 commit comments

Comments
 (0)