Skip to content

Bump pytest from 7.4.2 to 7.4.3 (#62) #260

Bump pytest from 7.4.2 to 7.4.3 (#62)

Bump pytest from 7.4.2 to 7.4.3 (#62) #260

Workflow file for this run

name: "book"
on:
- push
jobs:
sphinx:
runs-on: "ubuntu-latest"
steps:
- uses: cvxgrp/.github/actions/sphinx@main
test:
runs-on: "ubuntu-latest"
steps:
- uses: cvxgrp/.github/actions/test@main
jupyter:
runs-on: "ubuntu-latest"
steps:
- uses: cvxgrp/.github/actions/jupyter@main
book:
runs-on: "ubuntu-latest"
needs: [test, sphinx, jupyter]
permissions:
contents: write
steps:
- uses: cvxgrp/.github/actions/book@main