1
0
Fork 0
mirror of https://github.com/actions/setup-python.git synced 2024-09-19 08:36:42 +00:00

Initialise pyproject.toml

This commit is contained in:
Patrick Arminio 2022-03-28 13:42:47 -05:00
parent aac0ef93ba
commit e4be7a40b0
WARNING! Although there is a key with this ID in the database it does not verify this commit! This commit is SUSPICIOUS.
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