Skip to content

Commit

Permalink
Also train the model on the CI pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
rgallardone committed Jun 28, 2024
1 parent a9c2350 commit ecb460d
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,10 @@ jobs:
- name: Check import sorting with isort
run: isort --check --extend-skip tests .

- name: Run training script
run: |
python train.py
- name: Run model tests
run: make model-test

Expand Down
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -161,4 +161,5 @@ cython_debug/
# option (not recommended) you can uncomment the following to ignore the entire idea folder.
#.idea/

reports
reports
*.pkl
Binary file removed challenge/tmp/model_checkpoint.pkl
Binary file not shown.

0 comments on commit ecb460d

Please sign in to comment.