Skip to content

Commit

Permalink
Exclude tests from builds (#1459)
Browse files Browse the repository at this point in the history
  • Loading branch information
vyasr authored Feb 7, 2024
1 parent 6c904f7 commit f32d35b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions python/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,7 @@ build-dir = "build/{wheel_tag}"
cmake.build-type = "Release"
cmake.minimum-version = "3.26.4"
ninja.make-fallback = true
sdist.exclude = ["*tests*"]
sdist.reproducible = true
wheel.packages = ["rmm"]

Expand Down

0 comments on commit f32d35b

Please sign in to comment.