vraj04patel commited on
Commit
a4ce26c
·
1 Parent(s): 8cd7073

Update main.yaml

Browse files
Files changed (1) hide show
  1. .github/workflows/main.yaml +4 -0
.github/workflows/main.yaml CHANGED
@@ -15,6 +15,10 @@ jobs:
15
  fetch-depth: 0
16
  lfs: false
17
 
 
 
 
 
18
  - name: Push to hub
19
  env:
20
  HF_TOKEN: ${{ secrets.HF_TOKEN }}
 
15
  fetch-depth: 0
16
  lfs: false
17
 
18
+ - name: Install Python Dependencies
19
+ run: |
20
+ pip install --no-cache-dir -r requirements.txt
21
+
22
  - name: Push to hub
23
  env:
24
  HF_TOKEN: ${{ secrets.HF_TOKEN }}