Skip to content

Commit

Permalink
Block2 no-binary
Browse files Browse the repository at this point in the history
  • Loading branch information
ShaunWeatherly committed Jan 17, 2025
1 parent 6a21dc0 commit 17d24e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/quemb_unittest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ jobs:
if: steps.restore-quemb-cache.outputs.cache-hit != 'true'
run: |
pip install -r tests/test_requirements.txt
pip install block2 --extra-index-url=https://block-hczhai.github.io/block2-preview/pypi/
pip install block2 --no-binary --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
Expand Down

0 comments on commit 17d24e8

Please sign in to comment.