Skip to content

build(deps): pre-commit autoupdate #40

build(deps): pre-commit autoupdate

build(deps): pre-commit autoupdate #40

Workflow file for this run

name: ci
on:
pull_request:
push:
branches:
- coatl
jobs:
tox:
name: tox-${{matrix.os}}
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [macos-latest, ubuntu-latest, windows-latest]
steps:
- name: Checkout repo
uses: actions/checkout@v4
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: '3.12'
- run: |
python -m pip install --upgrade pip setuptools tox
- name: Run tests
run: |
tox