Skip to content

Commit

Permalink
Add pyscf to tests to cover wrappers
Browse files Browse the repository at this point in the history
  • Loading branch information
leila-pujal committed Apr 22, 2024
1 parent 7c99817 commit 156ff7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pytest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
run: |
# Need editable mode in order to include the test files
pip install --user git+https://github.com/theochem/iodata.git@master
pip install -e .[dev,iodata]
pip install -e .[dev,iodata,pyscf]
- name: Install Libcint library
if: ${{ matrix.os != 'windows-latest' }}
Expand Down

0 comments on commit 156ff7f

Please sign in to comment.