Skip to content

Commit

Permalink
try format
Browse files Browse the repository at this point in the history
Signed-off-by: Jinzhe Zeng <[email protected]>
  • Loading branch information
njzjz authored Jan 7, 2025
1 parent c3a2b27 commit 0045f77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test_cc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
TF_INTER_OP_PARALLELISM_THREADS: 1
LMP_CXX11_ABI_0: 1
CMAKE_GENERATOR: Ninja
CXXFLAGS: ${{ matrix.check_memleak && ('-fsanitize=leak -fsanitize-ignorelist=' + github.workspace + '/.github/workflows/ignorelist.txt') || '' }}
CXXFLAGS: ${{ matrix.check_memleak && format('-fsanitize=leak -fsanitize-ignorelist={0}/.github/workflows/ignorelist.txt', github.workspace) || '' }}
# test lammps
- run: pytest --cov=deepmd source/lmp/tests
env:
Expand Down

0 comments on commit 0045f77

Please sign in to comment.