Skip to content

Commit 6a39133

Browse files
authored
Merge pull request #5 from LeakIX/dw/fix-ci-and-get-rid-of-unofficial-gh-actions
Fix variable name
2 parents 11e84f5 + 8612f13 commit 6a39133

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
with:
1717
python-version: ${{ matrix.python-version }}
1818
- name: Install poetry
19-
run: pip install poetry==${{ poetry-version }}
19+
run: pip install poetry==${{ matrix.poetry-version }}
2020
- name: View poetry --help
2121
run: poetry --help
2222
- name: Run poetry install

0 commit comments

Comments
 (0)