Skip to content

Bump dependencies for NumPy 2 compatibility #26

Bump dependencies for NumPy 2 compatibility

Bump dependencies for NumPy 2 compatibility #26

Workflow file for this run

name: Build
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
docs:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v3
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install -r docs/requirements.txt
- name: Build documentation
run: |
cd docs
make html