@ -26,7 +26,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install flake8 pytest swarms
pip install flake8 pytest swarms torchfix
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
- name: Lint with flake8
@ -28,7 +28,7 @@ jobs:
python -m pip install --upgrade swarms
python -m pip install flake8 pytest swarms
python -m pip install flake8 pytest swarms torchfix