github: install dev-requirements when running tests
This commit is contained in:
2
.github/workflows/tests.yaml
vendored
2
.github/workflows/tests.yaml
vendored
@@ -38,7 +38,7 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
source .venv/bin/activate
|
source .venv/bin/activate
|
||||||
python -m pip install --upgrade pip
|
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
|
- name: Test with pytest
|
||||||
run: |
|
run: |
|
||||||
source .venv/bin/activate
|
source .venv/bin/activate
|
||||||
|
|||||||
@@ -1,15 +1,12 @@
|
|||||||
aiohttp~=3.10.3
|
aiohttp~=3.10.3
|
||||||
anthropic
|
anthropic~=0.30.0
|
||||||
autopep8~=2.3.1
|
|
||||||
azure-cognitiveservices-speech~=1.40.0
|
azure-cognitiveservices-speech~=1.40.0
|
||||||
build~=1.2.1
|
|
||||||
daily-python~=0.10.1
|
daily-python~=0.10.1
|
||||||
deepgram-sdk~=3.5.0
|
deepgram-sdk~=3.5.0
|
||||||
fal-client~=0.4.1
|
fal-client~=0.4.1
|
||||||
fastapi~=0.112.1
|
fastapi~=0.112.1
|
||||||
faster-whisper~=1.0.3
|
faster-whisper~=1.0.3
|
||||||
google-generativeai~=0.7.2
|
google-generativeai~=0.7.2
|
||||||
grpcio-tools~=1.62.2
|
|
||||||
langchain~=0.2.14
|
langchain~=0.2.14
|
||||||
livekit~=0.13.1
|
livekit~=0.13.1
|
||||||
lmnt~=1.1.4
|
lmnt~=1.1.4
|
||||||
@@ -18,17 +15,12 @@ numpy~=1.26.4
|
|||||||
openai~=1.37.2
|
openai~=1.37.2
|
||||||
openpipe~=4.24.0
|
openpipe~=4.24.0
|
||||||
Pillow~=10.4.0
|
Pillow~=10.4.0
|
||||||
pip-tools~=7.4.1
|
|
||||||
pyaudio~=0.2.14
|
pyaudio~=0.2.14
|
||||||
pydantic~=2.8.2
|
pydantic~=2.8.2
|
||||||
pyloudnorm~=0.1.1
|
pyloudnorm~=0.1.1
|
||||||
pyht~=0.0.28
|
pyht~=0.0.28
|
||||||
pyright~=1.1.376
|
|
||||||
pytest~=8.3.2
|
|
||||||
python-dotenv~=1.0.1
|
python-dotenv~=1.0.1
|
||||||
resampy~=0.4.3
|
resampy~=0.4.3
|
||||||
setuptools~=72.2.0
|
|
||||||
setuptools_scm~=8.1.0
|
|
||||||
silero-vad~=5.1
|
silero-vad~=5.1
|
||||||
together~=1.2.7
|
together~=1.2.7
|
||||||
transformers~=4.44.0
|
transformers~=4.44.0
|
||||||
|
|||||||
Reference in New Issue
Block a user