Skip to content

Commit

Permalink
requirments added to workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
valentinbuc committed Mar 8, 2024
1 parent b0fe459 commit 1e5dbee
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/huggingface.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,10 @@ jobs:
run: git filter-branch --force --index-filter "git rm --cached --ignore-unmatch *.jpeg" --prune-empty --tag-name-filter cat -- --all
- name: Checkout LFS objects
run: git lfs checkout
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install -r requirements.txt
- name: Push to hub
env:
HF_TOKEN: ${{ secrets.HUGGINGFACE }}
Expand Down
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,4 @@ scikit-learn
nltk
openai
sentencepiece
apscheduler

0 comments on commit 1e5dbee

Please sign in to comment.