added torchfix to flake8 lint

pull/380/head
evelynmitchell 1 year ago
parent 556bd95847
commit 11c31c3741

@ -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
run: |

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

Loading…
Cancel
Save