From c48cbfb0378588629ceeebcaf48c6af91480fe04 Mon Sep 17 00:00:00 2001 From: Shaun Weatherly Date: Fri, 17 Jan 2025 11:11:54 -0500 Subject: [PATCH] Move to `test_requirements` --- .github/workflows/quemb_unittest.yml | 2 -- tests/test_requirements.txt | 2 ++ 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/quemb_unittest.yml b/.github/workflows/quemb_unittest.yml index f32e1ef7..40d7ca54 100644 --- a/.github/workflows/quemb_unittest.yml +++ b/.github/workflows/quemb_unittest.yml @@ -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 . diff --git a/tests/test_requirements.txt b/tests/test_requirements.txt index 7b934dc7..66f9b652 100644 --- a/tests/test_requirements.txt +++ b/tests/test_requirements.txt @@ -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