Skip to content

Commit 0d5c4fd

Browse files
committed
chore: quote pip argument to fix "11.0.0: No such file or directory" error
Correction for f89650b commit. Relate to #1516
1 parent f89650b commit 0d5c4fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/static-analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ jobs:
174174
persist-credentials: false
175175
- name: Install ansible-lint
176176
# Pin rich version to workaround https://github.com/ansible/ansible-lint/issues/1795
177-
run: pip3 install --user rich<11.0.0 ansible-lint==4.3.7
177+
run: pip3 install --user 'rich<11.0.0' ansible-lint==4.3.7
178178
- name: Run ansible-lint
179179
run: ./src/main/scripts/execute-command.sh ansible-lint
180180

0 commit comments

Comments
 (0)