Skip to content

Merge pull request #26 from m-richards/local_reproducible #61

Merge pull request #26 from m-richards/local_reproducible

Merge pull request #26 from m-richards/local_reproducible #61

# This workflow will install Python dependencies, run tests and lint with a single version of Python
# For more information see: https://help.github.com/actions/language-and-framework-guides/using-python-with-github-actions
name: Python application
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
test2024:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: '3.10'
- name: Install dependencies
run: |
python -m pip install uv
uv pip install --system -r requirements_strict_2024.txt flake8 pytest -e .
- name: Test with pytest
run: |
pytest -v --color=yes --ignore=src/ --ignore=manual_verification/