We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9a20da9 commit e58cde1Copy full SHA for e58cde1
.github/workflows/tests.yml
@@ -59,7 +59,7 @@ jobs:
59
60
- name: Install Poetry
61
run: |
62
- pipx install --pip-args "-c ${{ github.workspace }}/.github/workflows/constraints.txt"
+ pipx install --pip-args "-c ${{ github.workspace }}/.github/workflows/constraints.txt" poetry
63
pipx inject poetry poetry-plugin-export
64
poetry --version
65
0 commit comments