Skip to content

Commit 6d84437

Browse files
committed
Removed redundant install
1 parent 51f9c6a commit 6d84437

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/workflows/python-package.yml

-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,6 @@ jobs:
3939
python -m pip install --upgrade pip
4040
pip install flake8 pytest
4141
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
42-
pip install -e .
4342
- name: Lint with flake8
4443
run: |
4544
# stop the build if there are Python syntax errors or undefined names

0 commit comments

Comments
 (0)