Skip to content

Commit d2aa277

Browse files
committed
Fixes to GitHub actions.
1 parent 8c01da3 commit d2aa277

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
@@ -27,7 +27,7 @@ jobs:
2727
# see https://github.com/actions/setup-python
2828
uses: actions/setup-python@v2
2929
with:
30-
python-version: python3.9
30+
python-version: 3.9
3131
architecture: 'x64'
3232
- name: Install poetry
3333
# see https://github.com/marketplace/actions/setup-poetry

0 commit comments

Comments
 (0)