We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fe8e4b7 commit 6aa85f8Copy full SHA for 6aa85f8
.github/workflows/generator.yml
@@ -23,6 +23,6 @@ jobs:
23
- name: Run tests
24
run: |
25
cd flatdata-generator
26
- uv run --no-project --with pytest pytest -v
+ uv run --with pytest pytest -v
27
pip install .
28
flatdata-generator --help
.github/workflows/py.yml
@@ -24,7 +24,7 @@ jobs:
cd flatdata-py
- uv run --no-project --with pytest --with ../flatdata-generator pytest -v
+ uv run --with pytest --with ../flatdata-generator pytest -v
29
flatdata-inspector --help
30
0 commit comments