Skip to content

Commit af825d9

Browse files
authored
fix(CI): set CMAKE_POLICY_VERSION_MINIMUM environment variable (#4692)
<!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit - **Chores** - Updated internal testing configuration by adding a new parameter to enforce a minimum version requirement for build policies. <!-- end of auto-generated comment: release notes by coderabbit.ai --> Signed-off-by: Jinzhe Zeng <jinzhe.zeng@rutgers.edu>
1 parent 87426d5 commit af825d9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/test_python.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,8 @@ jobs:
4343
HOROVOD_WITH_TENSORFLOW: 1
4444
HOROVOD_WITHOUT_PYTORCH: 1
4545
HOROVOD_WITH_MPI: 1
46+
# https://cmake.org/cmake/help/latest/variable/CMAKE_POLICY_VERSION_MINIMUM.html
47+
CMAKE_POLICY_VERSION_MINIMUM: 3.5
4648
- run: dp --version
4749
- name: Get durations from cache
4850
uses: actions/cache@v4

0 commit comments

Comments
 (0)