Skip to content

Commit 6eb00e0

Browse files
committed
Update pytest.yml
1 parent 740b622 commit 6eb00e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pytest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,5 +42,5 @@ jobs:
4242
env:
4343
OPENAI_API_KEY: ${{ secrets.OPENAI_API_KEY }}
4444
run: |
45-
pip install -e .
45+
pip install '.[streamlit]'
4646
pytest tests --timeout=400

0 commit comments

Comments
 (0)