Skip to content

Commit

Permalink
update CI so that we can upload model results
Browse files Browse the repository at this point in the history
  • Loading branch information
marcellinus-witarsah committed Jul 30, 2024
1 parent 714c30d commit ad8d93c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,10 @@ jobs:
env:
REPO_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: make eval
- uses: actions/upload-artifact@v4
with:
name: models/woe_lr.pickle
path: models/woe_lr.pickle
- name: Update Branch
env:
NAME: ${{ secrets.USER_NAME }}
Expand Down

0 comments on commit ad8d93c

Please sign in to comment.