Skip to content

Commit 3953675

Browse files
committed
Fixed typo in Github action.
1 parent 2f4917b commit 3953675

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/poetry.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
# see https://github.com/actions/setup-python
3636
uses: actions/setup-python@v2
3737
with:
38-
python-version: {{ matrix.python-version }}
38+
python-version: ${{ matrix.python-version }}
3939
architecture: 'x64'
4040
- name: Install poetry
4141
# see https://github.com/marketplace/actions/setup-poetry

0 commit comments

Comments
 (0)