@ -22,7 +22,7 @@ jobs:
run: pip install -r requirements.txt
- name: Find Python files
run: find swarms_torch -name "*.py" -type f -exec autopep8 --in-place --aggressive --aggressive {} +
run: find swarms -name "*.py" -type f -exec autopep8 --in-place --aggressive --aggressive {} +
- name: Push changes
uses: ad-m/github-push-action@master
@ -22,4 +22,4 @@ jobs:
- name: Run linters
run: pylint swarms_torch
run: pylint swarms
@ -24,4 +24,4 @@ jobs:
- name: Run tests and checks
run: |
pytest tests/
pylint swarms_torch
pylint swarms
@ -15,4 +15,4 @@ jobs:
steps:
- uses: readthedocs/actions/preview@v1
with:
project-slug: swarms_torch
project-slug: swarms