Skip to content

Commit

Permalink
Missing dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
sunqm committed Apr 29, 2024
1 parent a2fe310 commit 8d3c273
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ jobs:
with:
python-version: ${{ matrix.python-version }}
- name: Install
run: pip install -e .
run: |
pip install -e .
pip install pytest
- name: Test
run: pytest -s pyscf/dispersion

0 comments on commit 8d3c273

Please sign in to comment.