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 0f538a3 commit b20139aCopy full SHA for b20139a
.github/workflows/bindings_python_ci.yml
@@ -94,14 +94,14 @@ jobs:
94
working-directory: "bindings/python"
95
shell: bash
96
run: |
97
- uv sync --group dev --no-install-project
+ make install
98
- name: Install built wheel
99
100
101
102
- uv pip install --reinstall dist/pyiceberg_core-*.whl
+ uv run pip install --reinstall dist/pyiceberg_core-*.whl
103
- name: Run tests
104
105
106
107
- uv run --group dev --no-sync pytest
+ make test
0 commit comments