Skip to content

Commit e56dd1e

Browse files
authored
Update installation step to include KnowledgeBaseBot
Install dependencies from both requirements files.
1 parent bbf509e commit e56dd1e

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/auto_answer.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,9 @@ jobs:
2323
enable-cache: true
2424

2525
- name: Install the project
26-
run: uv run pip install -r requirements.txt
26+
run: |
27+
uv run pip install -r requirements.txt
28+
uv run pip install -r KnowledgeBaseBot/requirements.txt
2729
2830
- name: Run the answer bot with uv run
2931
env:

0 commit comments

Comments
 (0)