Skip to content

Commit

Permalink
fixup misguided id change
Browse files Browse the repository at this point in the history
Signed-off-by: Jiri Daněk <[email protected]>
  • Loading branch information
jiridanek committed Mar 1, 2024
1 parent 1391b87 commit 88104be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/code_quality.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ jobs:
key: ${{ runner.os }}-local-${{ env.poetry_version }}

- name: Install poetry
if: steps.cached-home-local-venv.outputs.cache-hit != 'true'
if: steps.cached-home-local.outputs.cache-hit != 'true'
run: pip install poetry==${{ env.poetry_version }}

- name: Set up Python
Expand Down

0 comments on commit 88104be

Please sign in to comment.