Skip to content

Commit 15bfa94

Browse files
committed
install python3
1 parent 05a2315 commit 15bfa94

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/bazel_cli_build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ jobs:
2121
uses: actions/checkout@v4
2222
with:
2323
submodules: true
24-
- name: Install xyz
25-
run: brew install xyz
24+
- name: Install python3
25+
run: brew install python3
2626
- name: Set up Bazel
2727
uses: bazel-contrib/setup-bazel@0.14.0
2828
with:

0 commit comments

Comments
 (0)