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 cade344 commit 8058a01Copy full SHA for 8058a01
.github/workflows/packaging_wheels.yml
@@ -53,7 +53,7 @@ jobs:
53
uv export --only-group test --no-emit-project --quiet --output-file pylock.toml --directory {project} &&
54
uv pip install -r pylock.toml
55
CIBW_TEST_COMMAND: >
56
- uv run -v pytest --rootdir . -c {project}/pyproject.toml ${{ inputs.testsuite == 'fast' && './tests/fast' || './tests' }}
+ uv run -v pytest --confcutdir=. --rootdir . -c {project}/pyproject.toml ${{ inputs.testsuite == 'fast' && './tests/fast' || './tests' }}
57
58
steps:
59
- name: Checkout DuckDB Python
0 commit comments