Skip to content

Merge pull request #25 from nens/reinout-adjustments #50

Merge pull request #25 from nens/reinout-adjustments

Merge pull request #25 from nens/reinout-adjustments #50

Workflow file for this run

# Generated by nens-meta.
# See https://nens-meta.readthedocs.io/en/latest/config-files.html for info.
# If you want this file to be left alone, add "nens_meta_leave_alone" in
# all caps somewhere in this file in a comment.
#
name: nens-meta
on:
push:
branches:
- master
- main
pull_request:
branches:
- master
- main
workflow_dispatch:
jobs:
nens-meta:
name: nens-meta
runs-on: "ubuntu-latest"
steps:
- uses: actions/checkout@v5
- name: Set up Python
uses: actions/setup-python@v6
with:
python-version: 3.12
- uses: pre-commit/action@v3.0.1
- name: Install uv
uses: astral-sh/setup-uv@v6
- name: Install python project
run: uv sync
- name: Run pytest
run: uv run pytest
# Use 'addopts' in [tool.pytest.ini_options] to add command line args.
### Extra lines below are preserved ###