Skip to content

35 update numexpr

35 update numexpr #43

Workflow file for this run

name: Test docs
on:
pull_request:
branches: [ "main" ]
jobs:
run-tests:
runs-on: ubuntu-latest
strategy:
fail-fast: false
steps:
- uses: actions/checkout@v3
- name: Set up Python
uses: actions/setup-python@v3
with:
python-version: "3.10"
- name: Install dependencies
run: |
python -m pip install --upgrade pip
python -m pip install -r requirements_docs.txt
python -m pip install .
- name: Test the sphinx build
run: |
python setup.py doc -W