Skip to content

Degrade (a little more) gracefully if lxml is missing (#183) #34

Degrade (a little more) gracefully if lxml is missing (#183)

Degrade (a little more) gracefully if lxml is missing (#183) #34

Workflow file for this run

name: ci
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
ci:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: bazelbuild/setup-bazelisk@v2
- run: pip install --user lxml
- run: bazel build //...
- run: bazel test //...