We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 802eb43 commit 029c3fdCopy full SHA for 029c3fd
2 files changed
.github/workflows/python-app.yml
@@ -31,7 +31,7 @@ jobs:
31
docker compose version
32
python3 -m pip install --upgrade pip
33
pip install flake8 pytest
34
- if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
+ pip install -e .
35
36
- name: Lint with flake8
37
run: |
requirements.txt
0 commit comments