Skip to content

Commit

Permalink
set --clean-durations
Browse files Browse the repository at this point in the history
Signed-off-by: Jinzhe Zeng <[email protected]>
(cherry picked from commit 9af5267)
  • Loading branch information
njzjz committed Nov 12, 2024
1 parent c4a973a commit 7b45f06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test_python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 7b45f06

Please sign in to comment.