We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a0d6627 commit d9f4868Copy full SHA for d9f4868
1 file changed
.github/workflows/python-package.yml
@@ -28,6 +28,7 @@ jobs:
28
run: |
29
python -m pip install --upgrade pip
30
python -m pip install flake8 pytest
31
+ python -m pip install -e .
32
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
33
- name: Lint with flake8
34
0 commit comments