Skip to content

Commit cade344

Browse files
committed
without PWD
1 parent ae6e43c commit cade344

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/packaging_wheels.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
uv export --only-group test --no-emit-project --quiet --output-file pylock.toml --directory {project} &&
5454
uv pip install -r pylock.toml
5555
CIBW_TEST_COMMAND: >
56-
uv run -v pytest --rootdir $PWD -c {project}/pyproject.toml ${{ inputs.testsuite == 'fast' && './tests/fast' || './tests' }}
56+
uv run -v pytest --rootdir . -c {project}/pyproject.toml ${{ inputs.testsuite == 'fast' && './tests/fast' || './tests' }}
5757
5858
steps:
5959
- name: Checkout DuckDB Python

0 commit comments

Comments
 (0)