Skip to content

Migrate from Poetry to uv, bump Python to >=3.11 #40

Migrate from Poetry to uv, bump Python to >=3.11

Migrate from Poetry to uv, bump Python to >=3.11 #40

name: Regression Tests
on:
pull_request:
branches: [ main ]
jobs:
regression_tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: ./.github/actions/python-poetry-env
- name: Downloading test data
run: |
make get_test_data
- name: Running tests
run: uv run coverage run --source=jwave -m pytest -xvs ./tests/regression_tests