Skip to content

Bump tox from 4.5.1 to 4.8.0 #88

Bump tox from 4.5.1 to 4.8.0

Bump tox from 4.5.1 to 4.8.0 #88

name: "Continuous Integration"
on: [push]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Check out repository
uses: actions/checkout@v3
- uses: ./.github/actions/lint
test:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11"]
fail-fast: false
steps:
- name: Check out repository
uses: actions/checkout@v3
- uses: ./.github/actions/tests
with:
python-version: ${{ matrix.python-version }}