Skip to content

Flatdata-py: improve scalar readers by caching #153

Flatdata-py: improve scalar readers by caching

Flatdata-py: improve scalar readers by caching #153

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 venv
uv pip install ../flatdata-generator
uv pip install ".[inspector]" pytest
.venv/bin/pytest -v
.venv/bin/flatdata-inspector --help