Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitae6e43c

Browse files
committed
another try to appease the windows runners
1 parent230bada commitae6e43c

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)

[8]ページ先頭

©2009-2025 Movatter.jp