Skip to content

Commit 389d2e6

Browse files
committed
try pinning
1 parent 5c7068d commit 389d2e6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,4 +50,4 @@ jobs:
5050
GCP_REGION: ${{ secrets.GCP_REGION }}
5151
GCP_PROJECT_ID: ${{ secrets.GCP_PROJECT_ID }}
5252
run: |
53-
pytest --verbose --nbval-lax python-recipes/RAG/ python-recipes/vector-search python-recipes/redis-intro --ignore python-recipes/RAG/05_nvidia_ai_rag_redis.ipynb
53+
pytest --verbose --nbval-lax python-recipes/RAG/01_redisvl.ipynb

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ pandas
1515
pdf2image
1616
nbval
1717
redis
18-
redisvl
18+
redisvl==0.3.0
1919
pytest
2020
ragas
2121
datasets

0 commit comments

Comments
 (0)