Skip to content

Commit

Permalink
Test directories
Browse files Browse the repository at this point in the history
  • Loading branch information
ShaunWeatherly committed Jan 19, 2025
1 parent 4ec52e3 commit d2c7697
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 @@ -156,7 +156,7 @@ jobs:

- name: Test with pytest
run: |
find /home/shaunrw/ -type d -name 'block2.libs'
find / -type d -name 'block2.libs'
cd tests
# QUEMB_SKIP_EXPENSIVE_TESTS=true pytest --doctest-modules --junitxml=junit/quemb-test-results_${{ matrix.python-version }}.xml
QUEMB_SKIP_EXPENSIVE_TESTS=true pytest --doctest-modules --junitxml=junit/quemb-test-results_${{ matrix.python-version }}.xml dmrg_molBE_test.py
Expand Down

0 comments on commit d2c7697

Please sign in to comment.