Skip to content

Commit ae6e43c

Browse files
committed
another try to appease the windows runners
1 parent 230bada commit ae6e43c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/packaging_wheels.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,12 +48,12 @@ jobs:
4848
runs-on: ${{ matrix.platform.os }}
4949
env:
5050
CIBW_TEST_SKIP: ${{ inputs.testsuite == 'none' && '*' || '*-macosx_universal2' }}
51-
CIBW_TEST_SOURCES: tests pyproject.toml
51+
CIBW_TEST_SOURCES: tests
5252
CIBW_BEFORE_TEST: >
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 ${{ inputs.testsuite == 'fast' && './tests/fast' || './tests' }}
56+
uv run -v pytest --rootdir $PWD -c {project}/pyproject.toml ${{ inputs.testsuite == 'fast' && './tests/fast' || './tests' }}
5757
5858
steps:
5959
- name: Checkout DuckDB Python

0 commit comments

Comments
 (0)