Skip to content

Merge pull request #1164 from murrayrm/release_10_2_fixes-04Jul2025 #614

Merge pull request #1164 from murrayrm/release_10_2_fixes-04Jul2025

Merge pull request #1164 from murrayrm/release_10_2_fixes-04Jul2025 #614

Workflow file for this run

name: Doctest
on: [push, pull_request]
jobs:
doctest-linux:
# doctest needs to run only on
# latest-greatest platform with full options
runs-on: ubuntu-latest
steps:
- name: Checkout python-control
uses: actions/checkout@v3
- name: Setup Conda
uses: conda-incubator/setup-miniconda@v3
with:
python-version: 3.12
activate-environment: doctest-env
environment-file: .github/conda-env/doctest-env.yml
miniforge-version: latest
channels: conda-forge,defaults
channel-priority: strict
auto-update-conda: false
auto-activate-base: false
- name: Install full dependencies
shell: bash -l {0}
run: |
mamba install cvxopt pandas slycot
- name: Run doctest
shell: bash -l {0}
working-directory: doc
run: |
make html
make doctest
- name: Run pytest
shell: bash -l {0}
working-directory: doc
run: |
make html
PYTHONPATH=../ pytest
- name: Archive results
uses: actions/upload-artifact@v4
with:
name: doctest-output
path: doc/_build/doctest/output.txt
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy