Skip to content

Use util.Interpolate for dynamically setting the path to the suppression file based on the build directory. #627

Use util.Interpolate for dynamically setting the path to the suppression file based on the build directory.

Use util.Interpolate for dynamically setting the path to the suppression file based on the build directory. #627

Workflow file for this run

name: Build
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Setup Python
uses: actions/setup-python@v2
with:
python-version: 3.9
- name: Check configuration
run: make check PIP=pip BUILDBOT=buildbot