Skip to content

changed legendHandles to legend_handles to comply with mpl>3.7.0; adj… #27

changed legendHandles to legend_handles to comply with mpl>3.7.0; adj…

changed legendHandles to legend_handles to comply with mpl>3.7.0; adj… #27

Workflow file for this run

name: pytest
on: [push]
jobs:
pytest:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: '3.10'
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install .[docs,test]
- name: Test with pytest
run: |
pip install pytest
pytest .