Skip to content

Bump pytest from 3.1.3 to 9.0.3 #69

Bump pytest from 3.1.3 to 9.0.3

Bump pytest from 3.1.3 to 9.0.3 #69

Workflow file for this run

# This workflow will install Python dependencies, run tests and lint with a single version of Python
# For more information see: https://help.github.com/actions/language-and-framework-guides/using-python-with-github-actions
name: pre-commit
on:
push:
branches: ["master"]
pull_request:
jobs:
pre-commit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
with:
python-version: 3.9
- uses: pre-commit/action@v3.0.0