We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 64fa4d6 commit f6c0947Copy full SHA for f6c0947
1 file changed
.github/workflows/test_cc.yml
@@ -79,6 +79,7 @@ jobs:
79
LAMMPS_PLUGIN_PATH: ${{ github.workspace }}/dp_test/lib/deepmd_lmp
80
ENABLE_TENSORFLOW: ${{ matrix.enable_tensorflow && '1' || '0' }}
81
ENABLE_PYTORCH: ${{ matrix.enable_pytorch && '1' || '0' }}
82
+ ENABLE_JAX: ${{ matrix.enable_tensorflow && '1' || '0' }}
83
ENABLE_PADDLE: ${{ matrix.enable_paddle && '1' || '0' }}
84
if: ${{ !matrix.check_memleak }}
85
# test ipi
@@ -95,6 +96,7 @@ jobs:
95
96
LD_LIBRARY_PATH: ${{ github.workspace }}/dp_test/lib
97
98
99
100
101
102
- uses: codecov/codecov-action@v5
0 commit comments