Skip to content

Commit 849033d

Browse files
authored
👻 Workaround ansible-lint issue with python 3.14 (#486)
ansible/ansible-lint#4830 <!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit * **Chores** * Optimized CI/CD pipeline configuration for linting steps by skipping unnecessary setup processes. <!-- end of auto-generated comment: release notes by coderabbit.ai --> Signed-off-by: Jason Montleon <[email protected]>
1 parent cca766f commit 849033d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/pr-ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ jobs:
3434
- name: Ansible Lint
3535
uses: ansible/ansible-lint@main
3636
with:
37+
setup_python: "false"
3738
working_directory: "roles/"
3839

3940
build-operator-bundle:

0 commit comments

Comments
 (0)