Skip to content

Commit c0dc181

Browse files
committed
Fix build error
1 parent f2ad84b commit c0dc181

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/code-coverage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
run: uv sync --locked --all-extras --dev
1919

2020
- name: Build FracturedJson binaries
21-
run: uv run src/build/build_binaries.py
21+
run: uv run python3 src/build/build_binaries.py
2222

2323
- name: Generate coverage report
2424
run: uv run pytest --cov=fractured_json --cov-report=xml

.github/workflows/run-all-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
run: uv sync --locked --all-extras --dev
2929

3030
- name: Build FracturedJson binaries
31-
run: uv run src/build/build_binaries.py
31+
run: uv run python3 src/build/build_binaries.py
3232

3333
- name: Run tests
3434
run: uv run pytest

0 commit comments

Comments
 (0)