We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6d0e4a6 commit eb7db61Copy full SHA for eb7db61
1 file changed
.github/workflows/build.yml
@@ -20,7 +20,6 @@ jobs:
20
run: |
21
python -m pip install --upgrade pip
22
pip install -e .[dev]
23
- python setup.py develop
24
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
25
- name: Lint with flake8
26
0 commit comments