We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 596ca14 + c168a5c commit e97cebbCopy full SHA for e97cebb
.github/workflows/code-quality.yaml
@@ -45,7 +45,13 @@ jobs:
45
46
- name: Install poetry
47
if: steps.cache-poetry-restore.outputs.cache-hit != 'true'
48
- run: pip install poetry==${{ env.poetry_version }}
+ run: pipx install poetry==${{ env.poetry_version }}
49
+ env:
50
+ PIPX_HOME: /home/runner/.local/pipx
51
+ PIPX_BIN_DIR: /home/runner/.local/bin
52
+
53
+ - name: Check poetry is installed correctly
54
+ run: poetry env info
55
56
- name: Save cache
57
0 commit comments