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 b20139a commit 249b59bCopy full SHA for 249b59b
.github/workflows/bindings_python_ci.yml
@@ -99,7 +99,7 @@ jobs:
99
working-directory: "bindings/python"
100
shell: bash
101
run: |
102
- uv run pip install --reinstall dist/pyiceberg_core-*.whl
+ uv pip install --reinstall dist/pyiceberg_core-*.whl
103
- name: Run tests
104
105
bindings/python/Makefile
@@ -20,7 +20,7 @@ install:
20
uv sync --group dev --no-install-project
21
22
build:
23
- uv run --group dev maturin develop
+ uv run maturin develop
24
25
test:
26
- uv run --group dev pytest
+ uv run --no-sync pytest
0 commit comments