Skip to content

Commit 249b59b

Browse files
committed
fix
1 parent b20139a commit 249b59b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/bindings_python_ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ jobs:
9999
working-directory: "bindings/python"
100100
shell: bash
101101
run: |
102-
uv run pip install --reinstall dist/pyiceberg_core-*.whl
102+
uv pip install --reinstall dist/pyiceberg_core-*.whl
103103
- name: Run tests
104104
working-directory: "bindings/python"
105105
shell: bash

bindings/python/Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ install:
2020
uv sync --group dev --no-install-project
2121

2222
build:
23-
uv run --group dev maturin develop
23+
uv run maturin develop
2424

2525
test:
26-
uv run --group dev pytest
26+
uv run --no-sync pytest

0 commit comments

Comments
 (0)