akhil-vaidya commited on
Commit
ef9e5b4
2 Parent(s): 539a226 de6aea7

Merge branch 'main' of https://github.com/AkhilVaidya91/DocProcess

Browse files
Files changed (1) hide show
  1. .github/workflows/main.yml +2 -0
.github/workflows/main.yml CHANGED
@@ -14,6 +14,8 @@ jobs:
14
  with:
15
  fetch-depth: 0
16
  lfs: true
 
 
17
  - name: Push to hub
18
  env:
19
  HF_TOKEN: ${{ secrets.HF_TOKEN }}
 
14
  with:
15
  fetch-depth: 0
16
  lfs: true
17
+ - name: Testing
18
+ run: pip list
19
  - name: Push to hub
20
  env:
21
  HF_TOKEN: ${{ secrets.HF_TOKEN }}