We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f2ad84b commit c0dc181Copy full SHA for c0dc181
2 files changed
.github/workflows/code-coverage.yml
@@ -18,7 +18,7 @@ jobs:
18
run: uv sync --locked --all-extras --dev
19
20
- name: Build FracturedJson binaries
21
- run: uv run src/build/build_binaries.py
+ run: uv run python3 src/build/build_binaries.py
22
23
- name: Generate coverage report
24
run: uv run pytest --cov=fractured_json --cov-report=xml
.github/workflows/run-all-tests.yml
@@ -28,7 +28,7 @@ jobs:
28
29
30
31
32
33
- name: Run tests
34
run: uv run pytest
0 commit comments