Skip to content

Commit

Permalink
what even is this test
Browse files Browse the repository at this point in the history
Signed-off-by: Eli Uriegas <[email protected]>
  • Loading branch information
seemethere committed Apr 10, 2024
1 parent 09fdd7a commit 203ee00
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tools/tests/test_generate_binary_build_matrix.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@ def test_linux_wheel_cpu_python_only(self):
self.matrix_compare_helper(
package_type="wheel",
operating_system="linux",
cuda=True,
rocm=True,
cuda=False,
rocm=False,
cpu=True,
reference_output_file="build_matrix_linux_wheel_cuda.json",
build_python_only=True,
Expand Down

0 comments on commit 203ee00

Please sign in to comment.