Skip to content

Commit

Permalink
Initialise pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
patrick91 committed Mar 28, 2022
1 parent aac0ef9 commit e4be7a4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/e2e-cache.yml
Expand Up @@ -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

Expand Down

0 comments on commit e4be7a4

Please sign in to comment.