Skip to content

Commit 42b0080

Browse files
committed
chore: add requirements to backend test requirements
1 parent bd91947 commit 42b0080

2 files changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/backend-tests.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,13 @@ on:
66
- '**/*.py'
77
- 'tests/**'
88
- '.github/workflows/backend-tests.yml'
9+
- 'requirements-ci.txt'
910
pull_request:
1011
paths:
1112
- '**/*.py'
1213
- 'tests/**'
1314
- '.github/workflows/backend-tests.yml'
15+
- 'tauri-ui/package.json'
1416

1517
jobs:
1618
backend-coverage:

requirements-ci.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
langchain~=0.3.25
22
langchain_core~=0.3.58
33
langchain_community~=0.3.24
4+
sentence-transformers
45
PyYAML
56
requests~=2.32.3
67
hf_xet

0 commit comments

Comments
 (0)