@ -21,6 +21,7 @@ jobs:
- name: Install dependencies
run: |
pip install -r requirements.txt
pip install swarms
pip install pytest
- name: Run tests and checks
@ -26,7 +26,7 @@ jobs:
python -m pip install --upgrade pip
pip install flake8 pytest
pip install flake8 pytest swarms
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
python -m pip install flake8 pytest swarms
@ -24,6 +24,7 @@ jobs:
- name: Run Python unit tests
run: pytest