Skip to content

Add notebooks, tests, and environment setup with improved project metadata for refactor initial release #944

Add notebooks, tests, and environment setup with improved project metadata for refactor initial release

Add notebooks, tests, and environment setup with improved project metadata for refactor initial release #944

name: tests
on: [push, pull_request]
jobs:
run-tests:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: "3.10"
cache: "pip"
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install -r requirements.txt
- name: Install pytest
run: pip install pytest
- name: Run tests
run: pytest tests/