From 7b45f06fd139bbe4b5a07e085f57b42f81fe1427 Mon Sep 17 00:00:00 2001 From: Jinzhe Zeng Date: Mon, 11 Nov 2024 22:50:49 -0500 Subject: [PATCH] set --clean-durations Signed-off-by: Jinzhe Zeng (cherry picked from commit 9af5267b1e2aad8f068716118566b9d92ad420fe) --- .github/workflows/test_python.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test_python.yml b/.github/workflows/test_python.yml index ba8858d6b9..1b1935a2f6 100644 --- a/.github/workflows/test_python.yml +++ b/.github/workflows/test_python.yml @@ -54,7 +54,7 @@ jobs: restore-keys: | test2-durations-combined-${{ matrix.python }}-${{ github.sha }} test2-durations-combined-${{ matrix.python }} - - run: pytest --cov=deepmd source/tests --durations=0 --splits 6 --group ${{ matrix.group }} --store-durations --durations-path=.test_durations --splitting-algorithm least_duration + - run: pytest --cov=deepmd source/tests --durations=0 --splits 6 --group ${{ matrix.group }} --store-durations --clean-durations --durations-path=.test_durations --splitting-algorithm least_duration env: NUM_WORKERS: 0 - name: Test TF2 eager mode