Skip to content

Merge pull request #157 from release-engineering/deps/pip-compile #270

Merge pull request #157 from release-engineering/deps/pip-compile

Merge pull request #157 from release-engineering/deps/pip-compile #270

Workflow file for this run

name: tests
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Setup Python
uses: actions/setup-python@v2
with:
python-version: 3.9
- name: Install tox
run: pip install tox
- name: Run Tox
run: tox -e static,tests