Skip to content

Bump pytest from 7.4.0 to 7.4.1 #496

Bump pytest from 7.4.0 to 7.4.1

Bump pytest from 7.4.0 to 7.4.1 #496

Workflow file for this run

name: Run tests
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
tests:
uses: fizyk/actions-reuse/.github/workflows/[email protected]
with:
pipenv-install-options: "--skip-lock"
python-versions: '[3.9, "3.10", "3.11"]'
secrets:
codecov_token: ${{ secrets.CODECOV_TOKEN }}