Skip to content

Tests: Fix tests pinning pytest to 7.4.* due to pytest-lazy-fixture i… #53

Tests: Fix tests pinning pytest to 7.4.* due to pytest-lazy-fixture i…

Tests: Fix tests pinning pytest to 7.4.* due to pytest-lazy-fixture i… #53

Workflow file for this run

name: CI
on:
workflow_dispatch:
pull_request:
push:
branches:
- main
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
lint:
name: Lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
with:
python-version: '3.9'
- uses: pre-commit/[email protected]