Skip to content

docs: try fix for experiments models not showing only on RTD #141

docs: try fix for experiments models not showing only on RTD

docs: try fix for experiments models not showing only on RTD #141

Workflow file for this run

name: Pytest
on: [push, pull_request]
jobs:
pytest:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: pytest-install
run: make install-test
- name: pytest
run: make test