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 8afa09c commit b3d73bdCopy full SHA for b3d73bd
.github/workflows/pytest_apps.yml
@@ -55,5 +55,5 @@ jobs:
55
AIML_API_KEY: "${{ secrets.AIML_API_KEY }}"
56
run: |
57
source .venv/bin/activate
58
- uv pip install -e ".[all,test]"
+ uv pip install -e ".[all, dev, docs]"
59
pytest -v examples/
0 commit comments