Skip to content

fix: preventing naming gaps now validates each series individually (backport #103) #111

fix: preventing naming gaps now validates each series individually (backport #103)

fix: preventing naming gaps now validates each series individually (backport #103) #111

Workflow file for this run

name: Pytest
on:
pull_request: {}
jobs:
pytest:
name: pytest
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- name: Set up Python 3.14
uses: actions/setup-python@v6
with:
python-version: "3.14"
cache: pip
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install -e .
- name: Test with pytest
run: |
pip install pytest
pytest erpnext_germany/utils/test_utils.py