Skip to content

fix: update to Python 3.11, use complete-platform JSON #339

fix: update to Python 3.11, use complete-platform JSON

fix: update to Python 3.11, use complete-platform JSON #339

Workflow file for this run

name: Code coverage
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
with:
python-version: 3.11
- uses: abatilo/actions-poetry@v2
- run: poetry install
- run: poetry run task test
- uses: codecov/codecov-action@v3