Skip to content

[pre-commit.ci] pre-commit autoupdate #259

[pre-commit.ci] pre-commit autoupdate

[pre-commit.ci] pre-commit autoupdate #259

Workflow file for this run

name: CI
on:
push:
branches:
- main
pull_request:
paths-ignore:
- '*.md'
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ["3.7", "3.9", "3.10"]
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
with:
python-version: ${{ matrix.python-version }}
- run: python -m pip install --upgrade pip
- run: python -m pip install --prefer-binary -e .[test]
- run: python -m pytest