Skip to content

Bump plotly from 5.24.1 to 6.0.0 #300

Bump plotly from 5.24.1 to 6.0.0

Bump plotly from 5.24.1 to 6.0.0 #300

Workflow file for this run

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