Skip to content

Commit

Permalink
replace manual install with official bazel action
Browse files Browse the repository at this point in the history
Signed-off-by: Junduo Dong <[email protected]>
  • Loading branch information
An-DJ committed Jan 20, 2025
1 parent cd6c554 commit b8e4990
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,11 @@ jobs:
with:
python-version: ${{ matrix.python-version }}
- name: Install bazel
run: ./ci/run_ci.sh install_bazel
uses: bazel-contrib/[email protected]
with:
bazelisk-cache: true
disk-cache: ${{ github.workflow }}
repository-cache: true
- name: Run Python CI
shell: bash
run: ./ci/run_ci.sh python
Expand Down

0 comments on commit b8e4990

Please sign in to comment.