Skip to content

Commit 8dc6bfe

Browse files
committed
ci: bump tensorflow/build image to 2.18 (deepmodeling#4252)
Fix the CI error. <!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit - **Chores** - Updated TensorFlow build version from 2.15 to 2.18 in the C library build workflow. This change ensures compatibility with the latest TensorFlow features and improvements during the library's build process. <!-- end of auto-generated comment: release notes by coderabbit.ai --> Signed-off-by: Jinzhe Zeng <[email protected]> (cherry picked from commit a66afd3)
1 parent 0ba7fed commit 8dc6bfe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/package_c.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
strategy:
1212
matrix:
1313
include:
14-
- tensorflow_build_version: "2.15"
14+
- tensorflow_build_version: "2.18"
1515
tensorflow_version: ""
1616
filename: libdeepmd_c.tar.gz
1717
- tensorflow_build_version: "2.14"

0 commit comments

Comments
 (0)