Skip to content

Update badges in README.md #190

Update badges in README.md

Update badges in README.md #190

Workflow file for this run

name: test-suite
on: [push, pull_request]
jobs:
test-master:
name: pytest
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
- name: Install packages and run tests
run: |
pip install pytest
pip install .
pytest