Skip to content

feat: Bump to python-3.12 #44

feat: Bump to python-3.12

feat: Bump to python-3.12 #44

Workflow file for this run

name: PhysioKit CI
on: [push]
jobs:
ci:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Install poetry
run: pipx install poetry
- uses: actions/setup-python@v4
with:
python-version: '3.12'
cache: 'poetry'
- run: poetry install
- run: poetry run task lint
- run: poetry run task test