Skip to content

Commit

Permalink
Update ci jobs
Browse files Browse the repository at this point in the history
  • Loading branch information
sunqm committed Sep 28, 2023
1 parent 8bbfb40 commit 107ec00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
curl -O https://raw.githubusercontent.com/sunqm/libcint/master/testsuite/$i
python $i --quick
done
for i in test_c2s.py test_int1e_grids.py test_cint4c1e.py test_int1e.py test_int2c2e.py test_int3c1e.py; do
for i in test_c2s.py test_int1e_grids.py test_int1e.py test_int2c2e.py test_int3c1e.py; do
echo $i
curl -O https://raw.githubusercontent.com/sunqm/libcint/master/testsuite/$i
python $i
Expand Down

0 comments on commit 107ec00

Please sign in to comment.