Spaces:
Sleeping
Sleeping
Commit
·
c1209ba
1
Parent(s):
f29d769
installed langgraph
Browse files- .github/workflows/main.yaml +1 -0
- requirements.txt +1 -0
.github/workflows/main.yaml
CHANGED
|
@@ -31,6 +31,7 @@ jobs:
|
|
| 31 |
python -m pip install --upgrade pip
|
| 32 |
pip install -r requirements.txt
|
| 33 |
pip install pytest
|
|
|
|
| 34 |
|
| 35 |
- name: Run tests
|
| 36 |
run: pytest
|
|
|
|
| 31 |
python -m pip install --upgrade pip
|
| 32 |
pip install -r requirements.txt
|
| 33 |
pip install pytest
|
| 34 |
+
pip install langgraph==0.6.4
|
| 35 |
|
| 36 |
- name: Run tests
|
| 37 |
run: pytest
|
requirements.txt
CHANGED
|
@@ -1,3 +1,4 @@
|
|
|
|
|
| 1 |
langgraph==0.6.4
|
| 2 |
langsmith
|
| 3 |
langchain_groq
|
|
|
|
| 1 |
+
|
| 2 |
langgraph==0.6.4
|
| 3 |
langsmith
|
| 4 |
langchain_groq
|