hwang2006 commited on
Commit
e40314b
·
verified ·
1 Parent(s): 30cf98b

Upload folder using huggingface_hub

Browse files
Files changed (1) hide show
  1. .github/workflows/main.yml +5 -0
.github/workflows/main.yml CHANGED
@@ -17,6 +17,11 @@ jobs:
17
  uses: actions/setup-python@v4
18
  with:
19
  python-version: '3.10'
 
 
 
 
 
20
 
21
  - name: Install huggingface_hub
22
  run: pip install huggingface_hub
 
17
  uses: actions/setup-python@v4
18
  with:
19
  python-version: '3.10'
20
+
21
+ - name: Install dependencies
22
+ run: |
23
+ python -m pip install --upgrade pip
24
+ pip install -r requirements.txt
25
 
26
  - name: Install huggingface_hub
27
  run: pip install huggingface_hub