Skip to content

Merge pull request #251 from Yelp/fix-gitbub-action-path #2

Merge pull request #251 from Yelp/fix-gitbub-action-path

Merge pull request #251 from Yelp/fix-gitbub-action-path #2

Workflow file for this run

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