Skip to content

build(deps): bump pytest from 8.3.3 to 8.3.4 (#803) #446

build(deps): bump pytest from 8.3.3 to 8.3.4 (#803)

build(deps): bump pytest from 8.3.3 to 8.3.4 (#803) #446

Workflow file for this run

name: Test
on:
push:
branches-ignore:
- "dependabot/**"
- "pre-commit-ci-update-config"
pull_request:
concurrency:
group: test-${{ github.ref }}
cancel-in-progress: true
jobs:
test:
name: Test
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
with:
submodules: recursive
- uses: wntrblm/[email protected]
with:
python-versions: "3.8, 3.9, 3.10, 3.11, 3.12, 3.13, pypy3.9, pypy3.10"
- name: "Run tests"
run: nox --error-on-missing-interpreters -s test