diff --git a/.github/workflows/mypy.yml b/.github/workflows/mypy.yml index 5f2190a..e1be431 100644 --- a/.github/workflows/mypy.yml +++ b/.github/workflows/mypy.yml @@ -19,12 +19,12 @@ jobs: with: python-version: 3.9 - - name: Run mypy install + - name: Run dependency libraries 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 install 'clip@git+https://github.com/openai/CLIP.git' - pip install mypy + 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 install 'clip@git+https://github.com/openai/CLIP.git' + pip install mypy - name: Run mypy run: find lighthouse -type f -name "*.py" -not -path 'lighthouse/common/*' | xargs mypy