Skip to content

Commit

Permalink
one more try at testing the wheels
Browse files Browse the repository at this point in the history
  • Loading branch information
chrishavlin committed Oct 3, 2024
1 parent 1aefd88 commit e1856c2
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
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 yt_experiments",
]

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

0 comments on commit e1856c2

Please sign in to comment.