Skip to content

Upgrade rules_python to get CI back to green #102

Upgrade rules_python to get CI back to green

Upgrade rules_python to get CI back to green #102

name: CI
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
test:
runs-on: ubuntu-latest
steps:
# Checks-out the repository under $GITHUB_WORKSPACE, so the job can access it
- uses: actions/checkout@v2
- name: Setup Bazel
uses: abhinavsingh/setup-bazel@v3
with:
# Must match version in repo's .bazelversion file.
version: 5.1.0
- name: Run tests
run: ./test.sh