Skip to content

Commit f244653

Browse files
authored
Update python-package.yml
fix python-package
1 parent 17ead7b commit f244653

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/python-package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
python -m pip install flake8 pytest
2626
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
2727
# Install the package in development mode
28-
pip install -e .
28+
pip install -e .[dev] .
2929
- name: Lint with flake8
3030
run: |
3131
# stop the build if there are Python syntax errors or undefined names

0 commit comments

Comments
 (0)