Skip to content

[pre-commit.ci] pre-commit autoupdate (#50) #143

[pre-commit.ci] pre-commit autoupdate (#50)

[pre-commit.ci] pre-commit autoupdate (#50) #143

Workflow file for this run

on:
push:
branches:
- master
pull_request:
env:
FORCE_COLOR: "1"
TOX_TESTENV_PASSENV: FORCE_COLOR
PIP_DISABLE_PIP_VERSION_CHECK: 1
jobs:
test:
name: Python ${{ matrix.python-version }}
runs-on: ubuntu-latest
strategy:
matrix:
python-version:
- 3.8
- 3.9
- "3.10"
- 3.11
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python-version }}
- run: pip install -U pip setuptools wheel
- run: pip install -U 'tox>=4.0.0rc3'
- run: tox run -f py$(echo ${{ matrix.python-version }} | tr -d .)