Skip to content

Bump pytest from 7.4.2 to 7.4.3 (#133) #332

Bump pytest from 7.4.2 to 7.4.3 (#133)

Bump pytest from 7.4.2 to 7.4.3 (#133) #332

Workflow file for this run

name: pre-commit
on:
pull_request:
push:
jobs:
pre-commit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: pre-commit/[email protected]
with:
extra_args: '--verbose --all-files'
test:
runs-on: ubuntu-latest
steps:
- uses: cvxgrp/.github/actions/test@main
# uncomment once the repo is public
- name: Coveralls GitHub Action
uses: coverallsapp/github-action@v2
with:
files: artifacts/tests/coverage/coverage.info
format: lcov