We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bd91947 commit 42b0080Copy full SHA for 42b0080
2 files changed
.github/workflows/backend-tests.yml
@@ -6,11 +6,13 @@ on:
6
- '**/*.py'
7
- 'tests/**'
8
- '.github/workflows/backend-tests.yml'
9
+ - 'requirements-ci.txt'
10
pull_request:
11
paths:
12
13
14
15
+ - 'tauri-ui/package.json'
16
17
jobs:
18
backend-coverage:
requirements-ci.txt
@@ -1,6 +1,7 @@
1
langchain~=0.3.25
2
langchain_core~=0.3.58
3
langchain_community~=0.3.24
4
+sentence-transformers
5
PyYAML
requests~=2.32.3
hf_xet
0 commit comments