Skip to content

Commit

Permalink
Setup BAzel 3.12 in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
helly25 committed Sep 10, 2024
1 parent 5a18841 commit ab6bcdb
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-python@v4
with:
python-version: 3.11
python-version: 3.12
- uses: pre-commit/[email protected]
- uses: pre-commit-ci/[email protected]
if: always()
Expand All @@ -17,6 +17,9 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v4
- uses: actions/setup-python@v4
with:
python-version: 3.12

- name: Setup Bazelisk
uses: bazelbuild/setup-bazelisk@v3
Expand Down

0 comments on commit ab6bcdb

Please sign in to comment.