We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 522db3e commit 150b7a8Copy full SHA for 150b7a8
.github/workflows/python-app.yml
@@ -20,11 +20,11 @@ jobs:
20
uses: actions/setup-python@v2
21
with:
22
python-version: 3.8
23
+ - uses: Gr1N/setup-poetry@v3
24
+ - run: poetry --version
25
- name: Install dependencies
26
run: |
- python -m pip install --upgrade pip
- pip install flake8 pytest
27
- if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
+ poetry install
28
- name: Lint with flake8
29
30
# stop the build if there are Python syntax errors or undefined names
0 commit comments