Skip to content

Commit b20139a

Browse files
committed
refactor ci
1 parent 0f538a3 commit b20139a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/bindings_python_ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -94,14 +94,14 @@ jobs:
9494
working-directory: "bindings/python"
9595
shell: bash
9696
run: |
97-
uv sync --group dev --no-install-project
97+
make install
9898
- name: Install built wheel
9999
working-directory: "bindings/python"
100100
shell: bash
101101
run: |
102-
uv pip install --reinstall dist/pyiceberg_core-*.whl
102+
uv run pip install --reinstall dist/pyiceberg_core-*.whl
103103
- name: Run tests
104104
working-directory: "bindings/python"
105105
shell: bash
106106
run: |
107-
uv run --group dev --no-sync pytest
107+
make test

0 commit comments

Comments
 (0)