Signed-off-by: Jess Frazelle <github@jessfraz.com>
This commit is contained in:
Jess Frazelle
2021-12-08 14:29:14 -08:00
parent c5a111e5b3
commit 8a8af3bcbf
2 changed files with 6 additions and 3 deletions

View File

@ -25,10 +25,12 @@ jobs:
python-version: ${{ matrix.python-version }}
# Installation instructions are from: https://python-poetry.org/docs/
- name: Install poetry
- name: Install poetry and other deps
shell: bash
run: |
pip install poetry
pip install \
poetry \
flake8
- name: Build
shell: bash

View File

@ -16,7 +16,8 @@ jobs:
- name: Install poetry
shell: bash
run: |
curl -sSL https://raw.githubusercontent.com/python-poetry/poetry/master/get-poetry.py | python -
pip install poetry
- name: Do the release
shell: bash
run: |