Skip to content

Merge pull request #180 from akiomik/dependabot/pip/pytest-7.4.4 #356

Merge pull request #180 from akiomik/dependabot/pip/pytest-7.4.4

Merge pull request #180 from akiomik/dependabot/pip/pytest-7.4.4 #356

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