Skip to content

Commit b33abd6

Browse files
committed
uv run pytest
1 parent 42f72a0 commit b33abd6

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/pypi-build-artifacts.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ jobs:
7171
CIBW_ARCHS: "auto64"
7272
CIBW_PROJECT_REQUIRES_PYTHON: ">=3.10,<3.14"
7373
CIBW_BEFORE_TEST: "uv sync --group dev --no-install-project"
74-
CIBW_TEST_COMMAND: "pytest {project}/tests/avro/test_decoder.py"
74+
CIBW_TEST_COMMAND: "uv run pytest {project}/tests/avro/test_decoder.py"
7575
# Ignore tests for pypy since not all dependencies are compiled for it
7676
# and would require a local rust build chain
7777
CIBW_TEST_SKIP: "pp*"

.github/workflows/svn-build-artifacts.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666
CIBW_ARCHS: "auto64"
6767
CIBW_PROJECT_REQUIRES_PYTHON: ">=3.10,<3.14"
6868
CIBW_BEFORE_TEST: "uv sync --group dev --no-install-project"
69-
CIBW_TEST_COMMAND: "pytest {project}/tests/avro/test_decoder.py"
69+
CIBW_TEST_COMMAND: "uv run pytest {project}/tests/avro/test_decoder.py"
7070
# Ignore tests for pypy since not all dependencies are compiled for it
7171
# and would require a local rust build chain
7272
CIBW_TEST_SKIP: "pp*"

0 commit comments

Comments
 (0)