Skip to content

Bump pytest-mock from 3.10.0 to 3.11.1 #90

Bump pytest-mock from 3.10.0 to 3.11.1

Bump pytest-mock from 3.10.0 to 3.11.1 #90

name: "Continuous Integration"
on: [push]
jobs:
lint:
runs-on: ubuntu-latest
steps:
- name: Check out repository
uses: actions/checkout@v3
- uses: ./.github/actions/lint
test:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11"]
fail-fast: false
steps:
- name: Check out repository
uses: actions/checkout@v3
- uses: ./.github/actions/tests
with:
python-version: ${{ matrix.python-version }}