Skip to content

Fix: upsert fiscal counter race condition with F, db row locking #98

Fix: upsert fiscal counter race condition with F, db row locking

Fix: upsert fiscal counter race condition with F, db row locking #98

Workflow file for this run

name: Test Install
on: [push, pull_request]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: "3.11"
- name: Install package
run: pip install .
- name: Import test
run: python -c "import fiscguy; print('import ok')"