Skip to content

Commit

Permalink
fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
rbs333 committed May 20, 2024
1 parent 0d9e860 commit bc234ef
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/run_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ jobs:
# AZURE_OPENAI_DEPLOYMENT_NAME: ${{secrets.AZURE_OPENAI_DEPLOYMENT_NAME}}
# OPENAI_API_VERSION: ${{secrets.OPENAI_API_VERSION}}
run: |
cd python-examples/ && poetry run pytest --nbval python-examples/auto_test/01_redis-py.ipynb
poetry run pytest --nbval python-examples/auto_test/01_redis-py.ipynb
# - name: Publish coverage results
# uses: codecov/codecov-action@v4
Expand Down
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
[tool.poetry]
name = "redis-ai-resources"
package-mode = false
version = "0.1.0"
description = "A curated repository of code recipes, demos, and resources for basic and advanced Redis use cases in the AI ecosystem."
authors = ["Redis Inc. <applied.ai@redis.com>"]
Expand Down

0 comments on commit bc234ef

Please sign in to comment.