We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b94c9f7 commit 8135577Copy full SHA for 8135577
.github/workflows/ci.yml
@@ -28,7 +28,16 @@ jobs:
28
- name: Install poetry
29
uses: abatilo/actions-poetry@7b6d33e44b4f08d7021a1dee3c044e9c253d6439
30
31
- - uses: ./.github/actions/build
+ - name: Build core package
32
+ uses: ./.github/actions/build
33
+ with:
34
+ package-path: packages/core
35
+
36
+ - name: Build langchain package
37
38
39
+ package-path: packages/langchain
40
41
- uses: ./.github/actions/build-docs
42
43
- name: Run tests
@@ -58,8 +67,8 @@ jobs:
58
67
59
68
60
69
61
- - name: Install requirements
62
- run: poetry install
70
+ - name: Install packages
71
+ run: make install
63
72
64
73
65
74
run: make test
0 commit comments