Skip to content

Commit

Permalink
Move to test_requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
ShaunWeatherly committed Jan 17, 2025
1 parent 00e29a7 commit c48cbfb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/quemb_unittest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -120,8 +120,6 @@ jobs:
if: steps.restore-quemb-cache.outputs.cache-hit != 'true'
run: |
pip install -r tests/test_requirements.txt
pip install block2==v0.5.2 --extra-index-url=https://block-hczhai.github.io/block2-preview/pypi/
pip install git+https://github.com/pyscf/dmrgscf
PYSCFHOME=$(pip show pyscf-dmrgscf | grep 'Location' | tr ' ' '\n' | tail -n 1)
cp src/quemb/shared/external/dmrgscf_settings.py ${PYSCFHOME}/pyscf/dmrgscf/settings.py
pip install .
Expand Down
2 changes: 2 additions & 0 deletions tests/test_requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# the additional (!) requirements for testing the code
# the dependencies of `quemb` itself are given in the setup.py
block2==v0.5.2 --extra-index-url=https://block-hczhai.github.io/block2-preview/pypi/
git+https://github.com/pyscf/dmrgscf
pytest

0 comments on commit c48cbfb

Please sign in to comment.