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 }} python-version: ${{ matrix.python-version }}
# Installation instructions are from: https://python-poetry.org/docs/ # Installation instructions are from: https://python-poetry.org/docs/
- name: Install poetry and other deps - name: Install dependencies
shell: bash shell: bash
run: | run: |
pip install \ pip install \
flake8 \
poetry \ poetry \
flake8 pytest
- name: Build - name: Build
shell: bash shell: bash