Skip to content

Commit

Permalink
Fix CI job
Browse files Browse the repository at this point in the history
  • Loading branch information
sunqm committed Sep 28, 2023
1 parent 107ec00 commit 77adb04
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,11 @@ jobs:
env
cmake -DWITH_RANGE_COULOMB=1 -DWITH_COULOMB_ERF=1 -DWITH_F12=1 -Bbuild -DKEEP_GOING=1 .
cmake --build build
pip install numpy mpmath pyscf
- name: Test for rys-roots
if: startsWith(matrix.os, 'ubuntu')
run: |
cd ${{ github.workspace }}/tests
pip install numpy mpmath
python test_rys_roots.py
- name: Unittest
if: startsWith(matrix.os, 'ubuntu')
Expand Down
2 changes: 1 addition & 1 deletion include/cint.h.in
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
* Parameters and function prototypes for libcint.
*/

#define QCINT_VERSION @qcint_VERSION@
#define QCINT_VERSION "@qcint_VERSION@"
#define CINT_SOVERSION @cint_SOVERSION@

#cmakedefine CACHE_SIZE_I8
Expand Down

0 comments on commit 77adb04

Please sign in to comment.