Skip to content

Bump pytest from 8.3.3 to 8.3.4 #61

Bump pytest from 8.3.3 to 8.3.4

Bump pytest from 8.3.3 to 8.3.4 #61

Workflow file for this run

name: "Build book"
on:
push
jobs:
pdoc:
runs-on: "ubuntu-latest"
steps:
- uses: actions/checkout@v4
- uses: ./actions/pdoc
test:
runs-on: "ubuntu-latest"
steps:
- uses: actions/checkout@v4
- uses: ./actions/coverage
jupyter:
runs-on: "ubuntu-latest"
steps:
- uses: actions/checkout@v4
- uses: ./actions/jupyter
book:
runs-on: "ubuntu-latest"
needs: [test, pdoc, jupyter]
permissions:
contents: write
steps:
- uses: actions/checkout@v4
- uses: ./actions/book