We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aac0ef9 commit e4be7a4Copy full SHA for e4be7a4
.github/workflows/e2e-cache.yml
@@ -69,6 +69,8 @@ jobs:
69
with:
70
python-version: ${{ matrix.python-version }}
71
cache: 'poetry'
72
+ - name: Init pyproject.toml
73
+ run: poetry init -n
74
- name: Install dependencies
75
run: poetry add flake8
76
0 commit comments