Skip to content

Commit 12b0d14

Browse files
authored
Remove deepks for performance test.
1 parent fad170d commit 12b0d14

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/performance.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
uses: actions/checkout@v3
1818
- name: Build
1919
run: |
20-
cmake -B build -DENABLE_DEEPKS=ON -DENABLE_LIBXC=ON
20+
cmake -B build -DENABLE_LIBXC=ON
2121
cmake --build build -j16
2222
cmake --install build
2323
- name: Test

0 commit comments

Comments
 (0)