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 11e84f5 + 8612f13 commit 6a39133Copy full SHA for 6a39133
1 file changed
.github/workflows/action.yml
@@ -16,7 +16,7 @@ jobs:
16
with:
17
python-version: ${{ matrix.python-version }}
18
- name: Install poetry
19
- run: pip install poetry==${{ poetry-version }}
+ run: pip install poetry==${{ matrix.poetry-version }}
20
- name: View poetry --help
21
run: poetry --help
22
- name: Run poetry install
0 commit comments