Skip to content

Commit

Permalink
Update tests
Browse files Browse the repository at this point in the history
  • Loading branch information
sunqm committed Jan 25, 2024
1 parent 1c6489c commit 12e82df
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 @@ -30,7 +30,7 @@ jobs:
if: startsWith(matrix.os, 'ubuntu')
run: |
cd ${{ github.workspace }}/tests
for i in test_cint.py test_3c2e.py; do
for i in test_cint.py test_3c2e.py test_int2e.py; do
echo $i
curl -O https://raw.githubusercontent.com/sunqm/libcint/master/testsuite/$i
python $i --quick
Expand Down

0 comments on commit 12e82df

Please sign in to comment.