Skip to content

Commit 13f7083

Browse files
authored
add tddft in nightly build (pyscf#338)
:
1 parent 65dcf10 commit 13f7083

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/nightly_build.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,3 +46,8 @@ jobs:
4646
echo $GITHUB_WORKSPACE
4747
export PYTHONPATH="${PYTHONPATH}:$(pwd)"
4848
pytest gpu4pyscf/tests/test_benchmark_uks.py -s -v -m "not slow and not high_memory" --benchmark-compare-fail=min:10% --benchmark-compare=v1.3.0_uks_1v100 --benchmark-storage=gpu4pyscf/tests/benchmark_results/
49+
- name: Test TDDFT
50+
run: |
51+
echo $GITHUB_WORKSPACE
52+
export PYTHONPATH="${PYTHONPATH}:$(pwd)"
53+
pytest gpu4pyscf/tests/test_benchmark_tddft.py -s -v -m "not slow and not high_memory" --benchmark-compare-fail=min:10% --benchmark-compare=v1.3.0_tddft_1v100 --benchmark-storage=gpu4pyscf/tests/benchmark_results/

0 commit comments

Comments
 (0)