Skip to content

Bump pytest from 8.3.5 to 9.0.3 (#56) #191

Bump pytest from 8.3.5 to 9.0.3 (#56)

Bump pytest from 8.3.5 to 9.0.3 (#56) #191

Workflow file for this run

name: test
on:
push:
branches:
- main
pull_request:
permissions: {}
concurrency:
group: main-${{ github.head_ref || github.run_id }}
cancel-in-progress: true
jobs:
test:
runs-on: ubuntu-latest
permissions:
contents: read
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
with:
persist-credentials: false
fetch-depth: 0
- uses: actions/setup-python@8d9ed9ac5c53483de85588cdf95a591a75ab9f55 # v5.5.0
with:
python-version: "3.12"
- name: Install dependencies
run: python -m pip install -e ".[test]"
- name: Run tests
run: pytest -svra