We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dbe90d5 commit 1d283c5Copy full SHA for 1d283c5
2 files changed
.github/workflows/generator.yml
@@ -20,9 +20,9 @@ jobs:
20
run: |
21
cd flatdata-generator
22
pip install -r requirements.txt
23
- pip install .
24
- name: Run tests
25
26
+ pip install .
27
uv run --no-project --with pytest pytest -v
28
flatdata-generator --help
.github/workflows/py.yml
@@ -27,3 +27,4 @@ jobs:
uv run --no-project --with pytest --with ../flatdata-generator pytest -v
pip install .
29
flatdata-inspector --help
30
+
0 commit comments