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