Skip to content

Merge pull request #252 from Yelp/fix-github-ci-command-2 #5

Merge pull request #252 from Yelp/fix-github-ci-command-2

Merge pull request #252 from Yelp/fix-github-ci-command-2 #5

Workflow file for this run

---
name: build
on: push
jobs:
tox:
runs-on: ubuntu-22.04
strategy:
fail-fast: false
matrix:
tox:
- '3.8'
- '3.10'
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python-version }}
- run: pip install tox
- run: tox -e py