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 eb02c0d commit 9fc99e4Copy full SHA for 9fc99e4
.github/workflows/test.yml
@@ -50,4 +50,4 @@ jobs:
50
GCP_REGION: ${{ secrets.GCP_REGION }}
51
GCP_PROJECT_ID: ${{ secrets.GCP_PROJECT_ID }}
52
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 python-recipes/semantic-cache/doc2cache_llama3_1.ipynb
+ 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 --ignore python-recipes/semantic-cache/doc2cache_llama3_1.ipynb
0 commit comments