Skip to content

Bump pytest from 7.3.2 to 9.0.3 (#56) #133

Bump pytest from 7.3.2 to 9.0.3 (#56)

Bump pytest from 7.3.2 to 9.0.3 (#56) #133

Workflow file for this run

name: Python package
on: [push]
jobs:
build:
runs-on: ubuntu-22.04
strategy:
matrix:
python-version: ["3.12", "3.13"]
steps:
- uses: actions/checkout@v3
- name: Install poetry
run: pipx install poetry
- uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python-version }}
cache: 'poetry'
- run: poetry lock
- run: poetry install
- run: poetry run pytest