Skip to content

[ci] fix numpy checks in smoke tests (#192) #423

[ci] fix numpy checks in smoke tests (#192)

[ci] fix numpy checks in smoke tests (#192) #423

Workflow file for this run

name: docs
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
test:
name: check-docs
runs-on: ubuntu-latest
steps:
- name: check out repository
uses: actions/checkout@v3
with:
fetch-depth: 1
- uses: conda-incubator/setup-miniconda@v2
with:
environment-file: docs/env.yml
activate-environment: pydistscheck-docs
miniforge-variant: Mambaforge
use-mamba: true
- name: build docs
shell: bash -l {0}
run: |
pip install .
make -C ./docs html