mirror of
https://github.com/kemayo/leech
synced 2026-03-15 17:01:46 +01:00
Tweak action
This commit is contained in:
parent
b1e9350a23
commit
112565099c
1 changed files with 5 additions and 2 deletions
7
.github/workflows/python-package-poetry.yml
vendored
7
.github/workflows/python-package-poetry.yml
vendored
|
|
@ -23,10 +23,13 @@ jobs:
|
|||
uses: actions/setup-python@v2
|
||||
with:
|
||||
python-version: ${{ matrix.python-version }}
|
||||
- name: Install dependencies
|
||||
- name: Install tooling
|
||||
run: |
|
||||
python -m ensurepip
|
||||
python -m pip install --upgrade pip
|
||||
python -m pip install flake8 pytest
|
||||
python -m pip install flake8 poetry
|
||||
-- name: Install dependencies
|
||||
run: |
|
||||
poetry install
|
||||
- name: Lint with flake8
|
||||
run: |
|
||||
|
|
|
|||
Loading…
Reference in a new issue