Skip to content

Merge pull request #187 from akiomik/dependabot/pip/pytest-8.1.1 #371

Merge pull request #187 from akiomik/dependabot/pip/pytest-8.1.1

Merge pull request #187 from akiomik/dependabot/pip/pytest-8.1.1 #371

Workflow file for this run

name: Python CI
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: [ '3.8', '3.9', '3.10' ]
name: Python ${{ matrix.python-version }}
env:
PIPENV_VERBOSITY: -1
steps:
- uses: actions/checkout@v3
- run: pipx install poetry
- uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python-version }}
cache: poetry
- run: poetry install
- run: make test
- run: pipx install codecov
- run: codecov