Skip to content

root namespace in inspector args (#252) #127

root namespace in inspector args (#252)

root namespace in inspector args (#252) #127

Workflow file for this run

name: flatdata-py
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
workflow_dispatch:
env:
CARGO_TERM_COLORS: always
jobs:
Build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Dependencies
uses: astral-sh/setup-uv@v6
- name: Run tests
run: |
cd flatdata-py
uv run --with pytest --with ../flatdata-generator pytest -v
pip install .
flatdata-inspector --help