Skip to content

chore: bump setuptools from 69.0.3 to 70.0.0 #442

chore: bump setuptools from 69.0.3 to 70.0.0

chore: bump setuptools from 69.0.3 to 70.0.0 #442

Workflow file for this run

name: Test
on: push
jobs:
lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
- uses: pre-commit/[email protected]
pytest:
strategy:
fail-fast: false
matrix:
python-version: ["3.8", "3.12"]
os: [ubuntu-latest, macos-latest, windows-latest]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}
- uses: abatilo/[email protected]
- run: poetry install
- run: poetry run pytest