Skip to content

Update the year version of MTF to 2026 too. #95

Update the year version of MTF to 2026 too.

Update the year version of MTF to 2026 too. #95

Workflow file for this run

name: Python test
on: push
jobs:
test:
name: Run unit tests
runs-on: ubuntu-latest
steps:
-
name: Check out the repo
uses: actions/checkout@v4
-
name: Set up Python 3.12.8
uses: actions/setup-python@v4
with:
python-version: 3.12.8
-
name: Install dependencies
run: pip install -r requirements.txt -r requirements-test.txt
-
name: Unit testing
uses: pavelzw/pytest-action@v2
with:
verbose: true
emoji: true
job-summary: true
custom-arguments: -q
click-to-expand: true
report-title: 'PRONTO unit testing'