Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
Signed-off-by: Kyunggeun Lee <[email protected]>
  • Loading branch information
quic-kyunggeu committed Dec 20, 2024
1 parent 7a596b6 commit 91c99f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion TrainingExtensions/common/test/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
add_test(CommonTrainingExtensionTest
${Python3_EXECUTABLE} -m pytest ${CMAKE_CURRENT_SOURCE_DIR} --junitxml=${CMAKE_CURRENT_BINARY_DIR}/py_test_output.xml
)
if(DEFINED ENV{FAST_RELEASE})
if(NOT DEFINED ENV{FAST_RELEASE})
# When building PyPI wheel packages (aka FAST_RELEASE),
# we only want to test the pure wheel package without relying on any other build artifacts
set_property(TEST CommonTrainingExtensionTest
Expand Down

0 comments on commit 91c99f2

Please sign in to comment.