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 740b622 commit 6eb00e0Copy full SHA for 6eb00e0
.github/workflows/pytest.yml
@@ -42,5 +42,5 @@ jobs:
42
env:
43
OPENAI_API_KEY: ${{ secrets.OPENAI_API_KEY }}
44
run: |
45
- pip install -e .
+ pip install '.[streamlit]'
46
pytest tests --timeout=400
0 commit comments