Skip to content

Commit eb7db61

Browse files
authored
Update build.yml
1 parent 6d0e4a6 commit eb7db61

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ jobs:
2020
run: |
2121
python -m pip install --upgrade pip
2222
pip install -e .[dev]
23-
python setup.py develop
2423
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
2524
- name: Lint with flake8
2625
run: |

0 commit comments

Comments
 (0)