Skip to content

Commit f0700a9

Browse files
committed
Fix pip-install syntax
1 parent 7d4fbe3 commit f0700a9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0
1010
with:
1111
python-version: "3.14"
12-
pip-install: "setuptools<81" vim-vint
12+
pip-install: "setuptools<81 vim-vint"
1313
- name: Lint with shellcheck
1414
uses: ludeeus/action-shellcheck@00cae500b08a931fb5698e11e79bfbd38e612a38 # v2.0.0
1515
with:

0 commit comments

Comments
 (0)