Skip to content

Commit e4be7a4

Browse files
committed
Initialise pyproject.toml
1 parent aac0ef9 commit e4be7a4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/e2e-cache.yml

+2
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,8 @@ jobs:
6969
with:
7070
python-version: ${{ matrix.python-version }}
7171
cache: 'poetry'
72+
- name: Init pyproject.toml
73+
run: poetry init -n
7274
- name: Install dependencies
7375
run: poetry add flake8
7476

0 commit comments

Comments
 (0)