Skip to content

Bump pytest from 8.3.2 to 8.3.3 #861

Bump pytest from 8.3.2 to 8.3.3

Bump pytest from 8.3.2 to 8.3.3 #861

Workflow file for this run

name: docs
on:
pull_request: ~
push:
branches:
- master
concurrency:
cancel-in-progress: true
group: ${{ github.workflow }}-${{ github.ref }}
jobs:
documentation:
name: Build docs on ${{ matrix.os }}
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest, macos-latest]
steps:
- uses: actions/checkout@v4
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: 3.11
- name: Build docs
run: |
cd docs && make check