mirror of
https://github.com/actions/setup-python.git
synced 2024-11-05 23:45:49 -05:00
Initialise pyproject.toml
This commit is contained in:
parent
aac0ef93ba
commit
e4be7a40b0
1 changed files with 2 additions and 0 deletions
2
.github/workflows/e2e-cache.yml
vendored
2
.github/workflows/e2e-cache.yml
vendored
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue