Skip to content

Commit f1c31ea

Browse files
simplify notebook testing command
1 parent c722d7b commit f1c31ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,4 +52,4 @@ jobs:
5252
GCP_REGION: ${{ secrets.GCP_REGION }}
5353
GCP_PROJECT_ID: ${{ secrets.GCP_PROJECT_ID }}
5454
run: |
55-
pytest --verbose --nbval-lax python-recipes/RAG/ python-recipes/feature-store python-recipes/vector-search python-recipes/redis-intro python-recipes/recommendation-systems python-recipes/agents python-recipes/computer-vision --ignore python-recipes/agents/01_crewai_langgraph_redis.ipynb --ignore python-recipes/RAG/05_nvidia_ai_rag_redis.ipynb --ignore python-recipes/semantic-cache/doc2cache_llama3_1.ipynb
55+
pytest --verbose --nbval-lax python-recipes/ --ignore python-recipes/agents/01_crewai_langgraph_redis.ipynb --ignore python-recipes/RAG/05_nvidia_ai_rag_redis.ipynb --ignore python-recipes/semantic-cache/doc2cache_llama3_1.ipynb

0 commit comments

Comments
 (0)