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