Skip to content

Limit NPY_PROMOTION_STATE to i386 test job only #90

Limit NPY_PROMOTION_STATE to i386 test job only

Limit NPY_PROMOTION_STATE to i386 test job only #90

Workflow file for this run

name: Build
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
docs:
runs-on: ubuntu-22.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