Skip to content

Commit

Permalink
Fix format black
Browse files Browse the repository at this point in the history
  • Loading branch information
bramstroker committed Jun 17, 2023
1 parent b36b670 commit 6354857
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/format-code.yml
Expand Up @@ -23,7 +23,7 @@ jobs:
uses: actions/cache@v3
with:
path: ~/.local
key: "poetry-$POETRY_VERSION"
key: poetry-${{ env.POETRY_VERSION }}
- name: Install Poetry
uses: snok/install-poetry@v1
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Expand Up @@ -22,7 +22,7 @@ jobs:
uses: actions/cache@v3
with:
path: ~/.local
key: "poetry-$POETRY_VERSION"
key: poetry-${{ env.POETRY_VERSION }}
- name: Install Poetry
uses: snok/install-poetry@v1
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Expand Up @@ -23,7 +23,7 @@ jobs:
uses: actions/cache@v3
with:
path: ~/.local
key: "poetry-$POETRY_VERSION"
key: poetry-${{ env.POETRY_VERSION }}
- name: Install Poetry
uses: snok/install-poetry@v1
with:
Expand Down

0 comments on commit 6354857

Please sign in to comment.