Valentin Buchner commited on
Commit
1e5dbee
·
1 Parent(s): b0fe459

requirments added to workflow

Browse files
.github/workflows/huggingface.yml CHANGED
@@ -21,6 +21,10 @@ jobs:
21
  run: git filter-branch --force --index-filter "git rm --cached --ignore-unmatch *.jpeg" --prune-empty --tag-name-filter cat -- --all
22
  - name: Checkout LFS objects
23
  run: git lfs checkout
 
 
 
 
24
  - name: Push to hub
25
  env:
26
  HF_TOKEN: ${{ secrets.HUGGINGFACE }}
 
21
  run: git filter-branch --force --index-filter "git rm --cached --ignore-unmatch *.jpeg" --prune-empty --tag-name-filter cat -- --all
22
  - name: Checkout LFS objects
23
  run: git lfs checkout
24
+ - name: Install dependencies
25
+ run: |
26
+ python -m pip install --upgrade pip
27
+ pip install -r requirements.txt
28
  - name: Push to hub
29
  env:
30
  HF_TOKEN: ${{ secrets.HUGGINGFACE }}
requirements.txt CHANGED
@@ -5,3 +5,4 @@ scikit-learn
5
  nltk
6
  openai
7
  sentencepiece
 
 
5
  nltk
6
  openai
7
  sentencepiece
8
+ apscheduler