Skip to content

MNT/TST: Update to Python 3 and Add Tests #1

MNT/TST: Update to Python 3 and Add Tests

MNT/TST: Update to Python 3 and Add Tests #1

Workflow file for this run

name: pytest
on:
push:
pull_request:
release:
types:
- created
jobs:
test:
name: "Python 3.9: (pip)"
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: actions/setup-python@v5
with:
python-version: "3.9"
- name: pip
run: pip install pytest
- name: pytest
run: pytest -v