Signed-off-by: Jess Frazelle <github@jessfraz.com>
This commit is contained in:
Jess Frazelle
2021-12-08 14:30:32 -08:00
parent 8a8af3bcbf
commit 8fb14b9640

View File

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