Skip to content

Bump pytest from 7.4.4 to 8.3.2 #37

Bump pytest from 7.4.4 to 8.3.2

Bump pytest from 7.4.4 to 8.3.2 #37

Workflow file for this run

name: test
on: [pull_request]
jobs:
ci:
runs-on: ubuntu-latest
strategy:
fail-fast: true
matrix:
python-version: ["3.9"]
steps:
- uses: actions/checkout@v4
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}
- name: Run image
uses: abatilo/actions-poetry@v3
with:
poetry-version: "1.4.2"
- name: poetry install
run: poetry install
- name: run pytest
run: poetry run pytest