Spaces:
Sleeping
Sleeping
akhil-vaidya
commited on
Merge branch 'main' of https://github.com/AkhilVaidya91/DocProcess
Browse files
.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 }}
|