Skip to content

Commit

Permalink
fixing gitfls
Browse files Browse the repository at this point in the history
  • Loading branch information
kingabzpro committed Mar 11, 2024
1 parent a5f2988 commit 7cdb99f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
train.csv filter=lfs diff=lfs merge=lfs -text
2 changes: 2 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
lfs: true
- uses: iterative/setup-cml@v2
- name: Install Packages
run: pip install --upgrade pip && pip install -r requirements.txt
Expand Down

0 comments on commit 7cdb99f

Please sign in to comment.