Skip to content

Commit

Permalink
Add msclap in test
Browse files Browse the repository at this point in the history
  • Loading branch information
Hokuto Munakata committed Oct 22, 2024
1 parent 65df5d5 commit d216ea3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ jobs:
run: |
pip install torch==2.0.0 torchvision==0.15.1 torchaudio==2.0.1 torchtext==0.15.1
pip install easydict pandas tqdm pyyaml scikit-learn ffmpeg-python ftfy regex einops fvcore gradio torchlibrosa librosa
pip insatll msclap
pip install 'clip@git+https://github.com/openai/CLIP.git'
pip install -e .
pip install pytest
Expand All @@ -37,4 +38,4 @@ jobs:
- name: Run pytest
run: pytest tests/test_models.py
run: pytest tests/test_models.py

0 comments on commit d216ea3

Please sign in to comment.