Skip to content

Commit

Permalink
no pycodestyle because we have black in pre-commit
Browse files Browse the repository at this point in the history
Signed-off-by: Christian Henkel <[email protected]>
  • Loading branch information
ct2034 committed Nov 1, 2024
1 parent af3c08f commit 3a4d006
Showing 1 changed file with 0 additions and 21 deletions.
21 changes: 0 additions & 21 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,27 +50,6 @@ jobs:
- name: Test with pytest
run: |
pytest -rP
pycodestyle:
runs-on: ubuntu-20.04
steps:
- name: Checkout repo and submodules
uses: actions/checkout@v2
with:
submodules: recursive
- name: Set up Python 3.8.10
uses: actions/setup-python@v2
with:
python-version: 3.8.10
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install -r requirements.txt
pip install -r planner/mapf_implementations/requirements.txt
pip install -r sim/decentralized/requirements.txt
pip install -r requirements-torch_cpu.txt -f https://download.pytorch.org/whl/cpu/torch_stable.html -f https://data.pyg.org/whl/torch-1.10.0+cpu.html
- name: Lint with pycodestyle
run: |
pycodestyle .
mypy:
runs-on: ubuntu-20.04
steps:
Expand Down

0 comments on commit 3a4d006

Please sign in to comment.