Skip to content

Commit ea64ef1

Browse files
committed
workflow: quote version bound
1 parent 5bbb2b4 commit ea64ef1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/lsp-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
3232
python --version
3333
python -m pip install --upgrade pip
34-
python -m pip install --upgrade tox bump2version towncrier docutils<0.21
34+
python -m pip install --upgrade tox bump2version towncrier 'docutils<0.21'
3535
name: Setup Environment
3636
3737
- run: |

0 commit comments

Comments
 (0)