Skip to content

Commit

Permalink
run tests on the wheels
Browse files Browse the repository at this point in the history
  • Loading branch information
chrishavlin committed Oct 3, 2024
1 parent 13904ba commit 6ac2272
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ version = "0.1.0"
authors = [
{ name="The yt project", email="[email protected]"},
]
description="A repository containing some experimental packages and enhancements "
description="A repository containing some experimental packages and enhancements for yt"
requires-python = ">=3.10"
classifiers = [
"Programming Language :: Python :: 3",
Expand Down Expand Up @@ -93,6 +93,10 @@ combine-as-imports = true
[tool.cibuildwheel]
build = "cp39-* cp310-* cp311-* cp312-* cp313-*"
build-verbosity = 1
test-extras = "test"
test-command = [
"pytest -c {project}/pyproject.toml --rootdir . --color=yes --pyargs yt -ra",
]

[tool.cibuildwheel.linux]
archs = "x86_64"
Expand Down

0 comments on commit 6ac2272

Please sign in to comment.