Skip to content

fix(cli): fzd and fz design passed args core fzd() rejects #304

fix(cli): fzd and fz design passed args core fzd() rejects

fix(cli): fzd and fz design passed args core fzd() rejects #304

Workflow file for this run

name: README Code Validation
on:
push:
branches: [ main, develop ]
pull_request:
branches: [ main, develop ]
workflow_dispatch:
jobs:
test-readme:
name: Test README.md Code Snippets
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: '3.11'
- name: Install system dependencies
run: |
sudo apt-get update
sudo apt-get install -y bc
- name: Install Python dependencies
run: |
python -m pip install --upgrade pip
pip install -e .
pip install pandas matplotlib pytest
- name: Run README snippet tests
run: |
pytest tests/test_readme_snippets.py -v --tb=long