-
Notifications
You must be signed in to change notification settings - Fork 26
[CFX-8118] fix(ci): use bash-completion@2 on macOS smoke runners #910
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -24,7 +24,7 @@ runs: | |
| if: runner.os == 'macOS' | ||
| shell: bash | ||
| run: | | ||
| brew install expect bash-completion | ||
| brew install expect bash-completion@2 | ||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Composite action change skips PR CILow Severity The composite-action CI rule flags this because callers pin Triggered by project rule: Bugbot Rules for DataRobot CLI Reviewed by Cursor Bugbot for commit d37612d. Configure here.
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I know, I know. Will be monitoring post-merge CI once this goes in |
||
|
|
||
| - name: Install yq | ||
| uses: dcarbone/install-yq-action@4075b4dca348d74bd83f2bf82d30f25d7c54539b # v1.3.1 | ||


There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
on ubuntu,
apt get bash-completionautomatically get bash-completion v2series. brew does not,bash-completiongives usv1`.