There was an error while loading. Please reload this page.
1 parent 37c34e0 commit 61440f5Copy full SHA for 61440f5
.github/workflows/python-package.yml
@@ -28,6 +28,7 @@ jobs:
28
python -m pip install --upgrade pip
29
pip install flake8 pytest
30
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
31
+ pip install -e .
32
- name: Lint with flake8
33
run: |
34
# stop the build if there are Python syntax errors or undefined names
0 commit comments