Skip to content

Commit

Permalink
github: install dev-requirements when running tests
Browse files Browse the repository at this point in the history
  • Loading branch information
aconchillo committed Sep 23, 2024
1 parent a4420dc commit da81df5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 10 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
run: |
source .venv/bin/activate
python -m pip install --upgrade pip
pip install -r test-requirements.txt
pip install -r dev-requirements.txt -r test-requirements.txt
- name: Test with pytest
run: |
source .venv/bin/activate
Expand Down
10 changes: 1 addition & 9 deletions test-requirements.txt
Original file line number Diff line number Diff line change
@@ -1,15 +1,12 @@
aiohttp~=3.10.3
anthropic
autopep8~=2.3.1
anthropic~=0.30.0
azure-cognitiveservices-speech~=1.40.0
build~=1.2.1
daily-python~=0.10.1
deepgram-sdk~=3.5.0
fal-client~=0.4.1
fastapi~=0.112.1
faster-whisper~=1.0.3
google-generativeai~=0.7.2
grpcio-tools~=1.62.2
langchain~=0.2.14
livekit~=0.13.1
lmnt~=1.1.4
Expand All @@ -18,17 +15,12 @@ numpy~=1.26.4
openai~=1.37.2
openpipe~=4.24.0
Pillow~=10.4.0
pip-tools~=7.4.1
pyaudio~=0.2.14
pydantic~=2.8.2
pyloudnorm~=0.1.1
pyht~=0.0.28
pyright~=1.1.376
pytest~=8.3.2
python-dotenv~=1.0.1
resampy~=0.4.3
setuptools~=72.2.0
setuptools_scm~=8.1.0
silero-vad~=5.1
together~=1.2.7
transformers~=4.44.0
Expand Down

0 comments on commit da81df5

Please sign in to comment.