mirror of
https://github.com/actions/setup-python.git
synced 2026-04-20 11:04:35 +02:00
Initialise pyproject.toml
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user