Initialise pyproject.toml

This commit is contained in:
Patrick Arminio 2022-03-28 13:42:47 -05:00
parent aac0ef93ba
commit e4be7a40b0
No known key found for this signature in database
GPG Key ID: 0B13AD30354F6EBE

View File

@ -69,6 +69,8 @@ jobs:
with:
python-version: ${{ matrix.python-version }}
cache: 'poetry'
- name: Init pyproject.toml
run: poetry init -n
- name: Install dependencies
run: poetry add flake8