Skip to content

Bump pytest from 7.4.4 to 8.0.0 #297

Bump pytest from 7.4.4 to 8.0.0

Bump pytest from 7.4.4 to 8.0.0 #297

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