We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 51ae689 commit 5fa056cCopy full SHA for 5fa056c
1 file changed
.github/workflows/python-app.yml
@@ -26,8 +26,9 @@ jobs:
26
- name: Install dependencies
27
run: |
28
python -m pip install --upgrade pip
29
- pip install flake8 pytest pytest-asyncio
30
- if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
+ pip install poetry
+ poetry lock
31
+ poetry install
32
- name: Lint with flake8
33
34
# stop the build if there are Python syntax errors or undefined names
0 commit comments