1
0
Fork 0
mirror of https://github.com/kemayo/leech synced 2026-03-15 17:01:46 +01:00

Tweak action

This commit is contained in:
David Lynch 2021-01-26 13:53:00 -06:00
parent b1e9350a23
commit 112565099c

View file

@ -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: |