Skip to content

Upgrade Python to 3.12 #38

Upgrade Python to 3.12

Upgrade Python to 3.12 #38

Workflow file for this run

name: CI
on: push
jobs:
ci:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: bazelbuild/setup-bazelisk@v3
- run: bazel build //...
- run: bazel test --test_output=errors //...