File tree Expand file tree Collapse file tree 2 files changed +10
-2
lines changed
Expand file tree Collapse file tree 2 files changed +10
-2
lines changed Original file line number Diff line number Diff line change 1616 - uses : actions/checkout@v2
1717 - name : Dependencies
1818 uses : astral-sh/setup-uv@v6
19+ - name : Install
20+ run : |
21+ pip install -r requirements.txt
22+ pip install ./flatdata-generator
1923 - name : Run tests
2024 run : |
2125 cd flatdata-generator
2226 uv run --no-project --with pytest pytest -v
23- uv run --no-project --python 3.12 flatdata-generator --help
27+ flatdata-generator --help
Original file line number Diff line number Diff line change 1616 - uses : actions/checkout@v2
1717 - name : Dependencies
1818 uses : astral-sh/setup-uv@v6
19+ - name : Install
20+ run : |
21+ pip install -r requirements.txt
1922 - name : Run tests
2023 run : |
2124 cd flatdata-py
2225 uv run --no-project --with pytest --with ../flatdata-generator pytest -v
23- uv run --no-project --python 3.12 flatdata-inspector --help
26+ pip install .
27+ flatdata-inspector --help
You can’t perform that action at this time.
0 commit comments