Skip to content

Commit 150b7a8

Browse files
committed
Test poetry workflow
1 parent 522db3e commit 150b7a8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/python-app.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,11 @@ jobs:
2020
uses: actions/setup-python@v2
2121
with:
2222
python-version: 3.8
23+
- uses: Gr1N/setup-poetry@v3
24+
- run: poetry --version
2325
- name: Install dependencies
2426
run: |
25-
python -m pip install --upgrade pip
26-
pip install flake8 pytest
27-
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
27+
poetry install
2828
- name: Lint with flake8
2929
run: |
3030
# stop the build if there are Python syntax errors or undefined names

0 commit comments

Comments
 (0)