Skip to content

Bump pytest from 8.2.0 to 8.2.1 #226

Bump pytest from 8.2.0 to 8.2.1

Bump pytest from 8.2.0 to 8.2.1 #226

Workflow file for this run

name: tox
on: [push, pull_request, workflow_dispatch]
jobs:
tox:
strategy:
fail-fast: false
max-parallel: 5
matrix:
os: [ubuntu-latest] # [macos-latest, ubuntu-latest, windows-latest]
python: ['3.8', '3.9', '3.10', '3.11', '3.12']
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python }}
- run: pip install --upgrade pip
- run: pip install tox
- run: tox -e py