We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 113d512 commit 3c11a23Copy full SHA for 3c11a23
.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 .
32
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
33
- name: Lint with flake8
34
0 commit comments