Skip to content

Commit 1620f32

Browse files
install deps before updating kb
1 parent d64024b commit 1620f32

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/deploy.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ jobs:
3434
- name: Update knowledge_base.json
3535
working-directory: ./app
3636
run: |
37+
pip install -r requirements.txt
3738
python3 get_knowledge_base.py
3839
3940
- name: Deploy

app/requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,4 @@ torch==1.10.0
99
huggingface_hub==0.8.1
1010
openai==0.28.0
1111
PyYAML==6.0.2
12+
GitPython==3.1.44

0 commit comments

Comments
 (0)